From 1ae513304d05c8c840a6da82ef533afa63399c9b Mon Sep 17 00:00:00 2001 From: GermanCoding Date: Tue, 17 Jun 2025 15:45:14 +0200 Subject: [PATCH] chore(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 5d52e4c..b43314c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["5.4", "5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + php-version: ["5.4", "5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] experimental: [false] composer-options: [''] include: