From 6a41b4a9f2ebc9e19762bf638782f9a84e3b012d Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Thu, 5 Oct 2023 23:58:15 +0300 Subject: [PATCH] Test against php 8.3 --- .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 ed96f801..a334bee5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] services: mariadb: