Skip to content

Commit 92bf367

Browse files
authored
Update ci.yml
Update CI to PHP 8.3+
1 parent a4612b8 commit 92bf367

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', '8.1', 'latest']
29+
operating-system: ['ubuntu-24.04']
30+
php-versions: ['8.3', '8.4']
3131
phpunit-versions: ['latest', '9.5']
3232
steps:
3333
- name: Setup github ssh key

0 commit comments

Comments
 (0)