Skip to content

Commit c3548a7

Browse files
authored
CI: run checks with PHP 8.4 (#302)
1 parent 7517d6e commit c3548a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
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.3
21+
php-version: 8.4
2222
-
2323
name: Install dependencies
2424
run: composer install --no-progress --prefer-dist --no-interaction

0 commit comments

Comments
 (0)