diff --git a/.github/workflows/run-integration.yml b/.github/workflows/run-integration.yml index 18644d76..40aca15f 100644 --- a/.github/workflows/run-integration.yml +++ b/.github/workflows/run-integration.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - php: [8.3, 7.4] + php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2] name: PHP${{ matrix.php }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 51a5bb3d..3c05c2e9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2] + php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2] name: PHP${{ matrix.php }}