Skip to content

Commit

Permalink
Revert "Try testing with PHP 7.1 again"
Browse files Browse the repository at this point in the history
This reverts commit 18c259b.
  • Loading branch information
brandonpayton committed Apr 30, 2024
1 parent 18c259b commit dfa10e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ 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 tests
# in order to run a single compatible phpunit version for PHP 7.1 and up.
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
# 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: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit dfa10e1

Please sign in to comment.