From ef731b2d9df11154001da21da289194321c98fb0 Mon Sep 17 00:00:00 2001 From: Brandon Payton Date: Mon, 29 Apr 2024 21:32:17 -0400 Subject: [PATCH] Try testing with PHP 7.1 again --- .github/workflows/phpunit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 19e770a2..9381408b 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -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: