diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0dbeb28..85f43aa 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -84,7 +84,7 @@ jobs: TEST_MYSQL_USERNAME: root TEST_MYSQL_PASSWORD: run: | - if [[ ${{ matrix.php-version }} == '8.1' ]]; then + if [[ ${{ matrix.php-version }} == '8.2' ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml else vendor/bin/phpunit @@ -95,7 +95,7 @@ jobs: run: vendor/bin/validate-prefer-lowest -m # - name: Upload coverage reports to Codecov -# if: success() && matrix.php-version == '8.1' +# if: success() && matrix.php-version == '8.2' # uses: codecov/codecov-action@v4 # with: # token: ${{ secrets.CODECOV_TOKEN }}