From bd8463c049c7fdcdb40776e6f2fa3e0f80d60e2d Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:57:08 +0200 Subject: [PATCH] CI update for final Laravel 11.0 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 738d123..373d45d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,10 +9,10 @@ jobs: strategy: matrix: php: ['8.1', '8.2', '8.3'] - laravel: ['10.0', '10.47', '11.x'] + laravel: ['10.0', '10.47', '11.0'] exclude: - php: '8.1' - laravel: '11.x' + laravel: '11.0' name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} steps: - name: Checkout