From a9a25703799cccccf3b625542103338b8592b732 Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Thu, 28 Mar 2024 09:42:25 -0400 Subject: [PATCH] ci: test PHP 8.3 support --- .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 06948b0..489a6f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] laravel: [10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] exclude: