From ae6f5e8dc1f450a0879f73059242e5834b2dbdec Mon Sep 17 00:00:00 2001 From: Garrett Date: Thu, 19 Dec 2024 10:58:09 -0500 Subject: [PATCH] resolving null and CI test from https://github.com/lorisleiva/laravel-actions/pull/298 (#301) --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9447748..9318f69 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: ["8.1", "8.2", "8.3"] + php: ["8.1", "8.2", "8.3", "8.4"] laravel: ["^10.0", "^11.0"] dependency-version: [prefer-lowest, prefer-stable] include: