From e5b36556cd020b545a7043472ed32973e91c7a0f Mon Sep 17 00:00:00 2001 From: Daniel Barton Date: Thu, 25 Jul 2024 10:19:24 +0800 Subject: [PATCH] ci(Tests): Add PHP 8.3 to test matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c8130552..5813cab4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] database: ["mariadb:10.2", "mysql:8"] services: database: