diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d1347..6adf51e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,13 @@ jobs: runs-on: self-hosted strategy: matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ] + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] steps: - name: Setup PHP (PHP ${{ matrix.php }}) uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + extensions: bcmath coverage: xdebug tools: composer