Skip to content

Commit 6fde36c

Browse files
committed
Try testing with PHP 7.1 again
1 parent 9e5172c commit 6fde36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
os: [ ubuntu-latest ]
2020
# 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.
21+
# PHP versions tested here. For now, we are removing PHP 7.0 tests
22+
# in order to run a single compatible phpunit version for PHP 7.1 and up.
2323
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2424

2525
with:

0 commit comments

Comments
 (0)