From 983c00797f8b783b2982e85086b847e16343aa3d Mon Sep 17 00:00:00 2001 From: Rajeshreeputra Date: Fri, 8 Dec 2023 09:53:34 +0530 Subject: [PATCH] PHP 8.3 support tests. --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/phpbench.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8e50868..983336f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -14,5 +14,5 @@ jobs: name: "PHPUnit" uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0" with: - php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]' + php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]' composer-root-version: "1.4" diff --git a/.github/workflows/phpbench.yml b/.github/workflows/phpbench.yml index 9557b3e..c8f637c 100644 --- a/.github/workflows/phpbench.yml +++ b/.github/workflows/phpbench.yml @@ -22,6 +22,8 @@ jobs: matrix: php-version: - "8.1" + - "8.2" + - "8.3" steps: - name: "Checkout"