From e8cb6e2a45286e43bbc326f64b46b1b5c1c2a719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Llorens?= Date: Mon, 15 Apr 2024 17:01:04 +0200 Subject: [PATCH] Add Support to Laravel 11 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd864dd..c444fdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3] + php: [8.0, 8.1, 8.2, 8.3] steps: - name: Checkout code