Skip to content

Commit 4a327fb

Browse files
authored
Merge pull request #45 from Automattic/php-8.4
Add PHP 8.4 unit tests to CI
2 parents b27339c + 35950e7 commit 4a327fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# NOTE: There does not appear to be a single phpunit version that supports all
2121
# PHP versions tested here. For now, we are removing PHP 7.0. and 7.1 tests
2222
# in order to run a single phpunit version for PHP 7.2 and up.
23-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
23+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2424

2525
with:
2626
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)