From 68ac707154c40c76732fe5b996289233c6877e4c Mon Sep 17 00:00:00 2001 From: Nino <18269685+treyssatvincent@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:59:03 +0100 Subject: [PATCH] add php 8.4 to test matrix --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e1d5834..575dcae 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.3 ] + php: [ 8.4 ] laravel: [ 11.* ] dependency-version: [ prefer-stable ] steps: @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.3, 8.2] + php: [8.4, 8.3, 8.2] laravel: [10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable]