Skip to content

Commit 40b71b4

Browse files
authored
Update ci.yml
1 parent c91b38d commit 40b71b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
runs-on: ${{ matrix.operating-system }}
2727
strategy:
2828
matrix:
29-
operating-system: ['ubuntu-20.04']
30-
php-versions: ['7.4', '8.0', 'latest']
29+
operating-system: ['ubuntu-22.04']
30+
php-versions: ['8.0', '8.1', '8.2', 'latest']
3131
phpunit-versions: ['latest', '9.5']
3232
steps:
3333
- name: Setup github ssh key

0 commit comments

Comments
 (0)