Skip to content

Commit

Permalink
Update dependencies of Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Aug 22, 2022
1 parent ebab18b commit 9782e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
build:
strategy:
matrix:
operating-system: [ubuntu-20.04]
operating-system: [ubuntu-22.04]
php-versions: ['7.3', '7.4', '8.0', '8.1']
fail-fast: false
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 9782e13

Please sign in to comment.