From 928ba14d3829976058bbbd179775e25574f6b388 Mon Sep 17 00:00:00 2001 From: Brandon Payton Date: Mon, 29 Apr 2024 20:39:39 -0400 Subject: [PATCH] Try restoring tests for older PHP versions used by Playground --- .github/workflows/phpunit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index d93a410..5a386a6 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] + php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] with: os: ${{ matrix.os }}