We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767d246 commit 35950e7Copy full SHA for 35950e7
1 file changed
.github/workflows/phpunit-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
# NOTE: There does not appear to be a single phpunit version that supports all
21
# PHP versions tested here. For now, we are removing PHP 7.0. and 7.1 tests
22
# 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' ]
+ php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
24
25
with:
26
os: ${{ matrix.os }}
0 commit comments