diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a72ef5..a954151 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,6 @@ jobs: fail-fast: false matrix: include: - - php: 8.2 - laravel: 9.* - testbench: 7.* - php: 8.2 laravel: 10.* testbench: 8.* @@ -25,9 +22,6 @@ jobs: - php: 8.2 laravel: 12.* testbench: 10.* - - php: 8.3 - laravel: 9.* - testbench: 7.* - php: 8.3 laravel: 10.* testbench: 8.* @@ -43,6 +37,9 @@ jobs: - php: 8.4 laravel: 12.* testbench: 10.* + - php: 8.5 + laravel: 12.* + testbench: 10.* name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}