From 45b10126322b5a688aed56a1a9355023474fcd1a Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 22 Dec 2022 14:57:29 +0300 Subject: [PATCH] update test matrix --- .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 db02a6e..494ed3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.2', '7.3', '7.4', '8.0'] + php-version: ['7.3', '7.4', '8.0', '8.1'] steps: - uses: actions/checkout@v2 - name: Setup PHP ${{ matrix.php-version }}