From 7d0a5080ea489506a8693e9e51f94e8b43a63dd0 Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Thu, 28 Mar 2024 09:41:48 -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 d34738d..c32ac63 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1, 8.2] + php: [8.0, 8.1, 8.2, 8.3] laravel: [9.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] exclude: