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