diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba62d6d5..1e76ca33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-latest] - php: ['8.0', '8.2'] + php: ['7.4', '8.0', '8.2'] woo: ['latest'] name: PHP ${{ matrix.php }} test for Woo ${{ matrix.woo }} steps: