From 709c2f5d56344eefccf41ab7a309a671e1833fa2 Mon Sep 17 00:00:00 2001 From: Cesar Garcia Date: Thu, 17 Nov 2022 20:50:13 +0100 Subject: [PATCH] Add test to php82 --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e1e631..3b82d49 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 8.0, 8.1] + php: [8.2, 8.1, 8.0, 7.4] name: P${{ matrix.php }} @@ -20,7 +20,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, exif coverage: none - name: Install dependencies