From aeef3a707b29a12e45cf794de6fc1468322c5fd4 Mon Sep 17 00:00:00 2001 From: William Hall Date: Tue, 28 Nov 2023 09:33:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20test=20php=208.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 b805b50..3f6d062 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, "8.0", 8.1, 8.2] + php: [7.4, "8.0", 8.1, 8.2, 8.3] steps: - uses: actions/checkout@v3