From ac7b5eed33f292b955724d92841a4d9c03463f89 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Thu, 31 Oct 2024 12:24:23 +0200 Subject: [PATCH] Test against php '8.1', '8.2', '8.3' and '8.4' --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2fff1a..1647c42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.3', '7.4', '8.0'] + php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php }} tests steps: - uses: actions/checkout@v2