From 24cf6e2f63017dc924498c3c9eeaec3413e1e69e Mon Sep 17 00:00:00 2001 From: Duncan McClean <19637309+duncanmcclean@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:24:06 +0000 Subject: [PATCH] Add PHP 8.3 to testing matrix (#951) --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f490d55af..c1d35f6c7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php: [8.2, 8.1] + php: [8.1, 8.2, 8.3] laravel: [10.*] statamic: [^4.0] testbench: [8.*]