diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index 6c59fbb..0fcf549 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -10,12 +10,8 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2, 8.3] - laravel: [^11.0, ^10.0, ^9.0] + laravel: [^9.0] include: - - laravel: ^11.0 - testbench: ^8.0 - - laravel: ^10.0 - testbench: ^8.0 - laravel: ^9.0 testbench: ^7.8 name: P${{ matrix.php }} - L${{ matrix.laravel }}