From 44c35ebcd9ec77f3d125a79bc237bc1d24970e72 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Tue, 28 Nov 2023 18:26:21 +0100 Subject: [PATCH] Add PHP 8.3 support --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76fa04a3..3fd5b0f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: test: uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main with: - php-version-matrix: '["7.4", "8.0", "8.1", "8.2"]' + php-version-matrix: '["7.4", "8.0", "8.1", "8.2", "8.3"]' php-version-lowest: '7.4' composer-validate: