Skip to content

Commit de90d1c

Browse files
committed
php8.4 not yet supported by php-cs-fixer
1 parent 0259cb5 commit de90d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-versions: ['8.2', '8.3', '8.4']
17+
php-versions: ['8.2', '8.3']
1818
name: PHP ${{ matrix.php-versions }} Test
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)