diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 02b0e23..d9cfe2e 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: php: [8.5, 8.4, 8.3, 8.2] - laravel: [11.x, 12.x, 13.x] + laravel: [12.x, 13.x] exclude: - laravel: 13.x php: 8.2