From ae5786b1e8f4bab6516ce1a3f63f9b483e3c84fd Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 9 Jan 2024 15:35:47 +0100 Subject: [PATCH] CI: Add PHP 8.3 --- .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 37f7001..6870e0e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] name: PHP ${{ matrix.php }}/Linux