From 74c666c37367395ac34b58926cf39c03bb2e785c Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:58:49 +0300 Subject: [PATCH] Bump Laravel to v10.48 and v11.2 in CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 373d45d..c75929d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php: ['8.1', '8.2', '8.3'] - laravel: ['10.0', '10.47', '11.0'] + laravel: ['10.0', '10.48', '11.0', '11.2'] exclude: - php: '8.1' laravel: '11.0'