Skip to content

Commit 32a43c9

Browse files
authored
CI: run PHP 8.4 (#276)
1 parent 9645431 commit 32a43c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.2
21+
php-version: 8.3
2222
-
2323
name: Install dependencies
2424
run: composer install --no-progress --prefer-dist --no-interaction
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
35+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
3636
dependency-version: [ prefer-lowest, prefer-stable ]
3737
steps:
3838
-

0 commit comments

Comments
 (0)