diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index afe7e4e6..34b68bc9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.2, 8.3, 8.4] + php: [8.2, 8.3, 8.4, 8.5] laravel: [^11.0, ^12.0] stability: [prefer-lowest, prefer-stable] name: P=${{ matrix.php }} L=${{ matrix.laravel }} ${{ matrix.stability }}