From 2e5d751e9521f1fcf30f964357761c090645d667 Mon Sep 17 00:00:00 2001 From: John Luxford Date: Wed, 16 Oct 2024 22:59:21 +0700 Subject: [PATCH] Update ci.yml added PHP 8.3 to tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8eaf8c..7fedacee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" dependencies: [highest]