diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dbc3dcf..22aeb04 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3, 8.4] + php: [8.1, 8.2, 8.3, 8.4, 8.5] laravel: [10, 11, 12] include: - php: 8.2 @@ -26,6 +26,8 @@ jobs: - php: '8.0' laravel: 9 exclude: + - php: 8.5 + laravel: 10 - php: 8.4 laravel: 10 - php: 8.1