From 9251b878aa2667cdc7feccecf0181130f7c2ec74 Mon Sep 17 00:00:00 2001 From: Wendell Adriel Date: Wed, 13 Mar 2024 12:34:33 +0000 Subject: [PATCH] Fix actions --- .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 bff8cfd..7715224 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: php: [8.1, 8.2, 8.3] - laravel: [9, 10, 11] + laravel: [9.*, 10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.*