diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d04486..4b66db7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.2', '7.3', '7.4', '8.0', '8.1'] + php-version: ['8.0', '8.1', '8.2', '8.3'] composer-flags: ["--prefer-lowest --prefer-stable", ""] fail-fast: false services: @@ -65,7 +65,7 @@ jobs: run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=coverage.clover - name: Upload coverage report to codecov - if: matrix.php-version == '7.3' + if: matrix.php-version == '8.3' run: | wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover