Skip to content

Commit 075c2e7

Browse files
committed
Test against PHP 8.4
1 parent 90bffce commit 075c2e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: shivammathur/setup-php@v2
1414
with:
1515
coverage: none
16-
php-version: '8.3'
16+
php-version: '8.4'
1717
- run: composer validate --strict --no-check-lock
1818

1919
tests:
@@ -26,12 +26,12 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php: ['7.4', '8.0', '8.1', '8.2', '8.3' ]
29+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
3030
min_stability: [ '' ]
3131
name_suffix: [ '' ]
3232
composer_flags: [ '' ]
3333
include:
34-
- php: '8.3'
34+
- php: '8.4'
3535
min_stability: 'dev'
3636
name_suffix: ' (dev deps)'
3737
- php: '7.4'

0 commit comments

Comments
 (0)