diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 67a2567..75bd840 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.3] + php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4] name: PHP ${{ matrix.php }} @@ -30,7 +30,8 @@ jobs: coverage: none - name: Install dependencies - run: composer install --no-interaction --prefer-dist --optimize-autoloader + # TODO: remove --ignore-platform-reqs when we have stable v2 release + run: composer install --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs - name: Execute tests run: vendor/bin/pest