From ddb444b500ef1a058929825f84626b2a5d2b8394 Mon Sep 17 00:00:00 2001 From: Michael Morozov Date: Sat, 21 Sep 2024 00:27:10 +0200 Subject: [PATCH] Updated testing matrix for php8.1+ --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4f98e59..702d5ce 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php-versions }} steps: - name: Checkout