diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af744ef..677b328 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["8.2", "8.3", "8.4"] + php-version: ["8.2", "8.3", "8.4", "8.5"] illuminate: ["^12.0", "^13.0"] exclude: # Illuminate 13 requires PHP >= 8.3