From cea7b4a3c4e0a412100fe58fc3e610361b87ded9 Mon Sep 17 00:00:00 2001 From: Cesar Garcia Date: Thu, 7 Dec 2023 08:47:51 +0100 Subject: [PATCH] Add test to PHP 8.3 (#24) --- .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 75d745e..6510835 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1, 8.0] name: P${{ matrix.php }}