Skip to content

Commit a0e3cce

Browse files
authored
Add PHP 8.4 to test matrix
1 parent a7395a5 commit a0e3cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-versions: ['8.1', '8.2', '8.3']
20+
php-versions: ['8.1', '8.2', '8.3', '8.4']
2121
experimental: [false]
2222
env:
23-
code-coverage-version: '8.3' # Most recent stable PHP version.
23+
code-coverage-version: '8.4' # Most recent stable PHP version.
2424

2525
name: PHP ${{ matrix.php-versions }}
2626

0 commit comments

Comments
 (0)