From 6688530059fa427b88ce96f364d71360640bb29c Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Tue, 13 Feb 2024 14:29:58 +0700 Subject: [PATCH] Added PHP 8.2 and 8.3 to CI. --- .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 9e860a5..4af0a5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['7.4', '8.0', '8.1'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] steps: - uses: actions/checkout@v2