Skip to content

Commit

Permalink
Try testing with PHP 7.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 30, 2024
1 parent 9e5172c commit ef731b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
matrix:
os: [ ubuntu-latest ]
# NOTE: There does not appear to be a single phpunit version that supports all
# PHP versions tested here. For now, we are removing PHP 7.0. and 7.1 tests
# in order to run a single phpunit version for PHP 7.2 and up.
# PHP versions tested here. For now, we are removing PHP 7.0 tests
# in order to run a single compatible phpunit version for PHP 7.1 and up.
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

with:
Expand Down

0 comments on commit ef731b2

Please sign in to comment.