From ac3aa683dd42e714c8ae53c0512f1d0c52b1049a Mon Sep 17 00:00:00 2001 From: Alpha Olomi Date: Mon, 10 Jun 2024 18:53:46 +0300 Subject: [PATCH] chore: Update tests.yml for Laravel 11 and PHP 8.2 Drop Laravel 9, --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5994bfb..10ee5d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,12 +10,12 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.0, 8.1, 8.2] - laravel: [10.*, 9.*] + laravel: [11.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 9.* - testbench: 7.* - laravel: 10.* + testbench: 7.* + - laravel: 11.* testbench: 8.* exclude: - laravel: 10.*