diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 896644c..197326f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: Run Code Style Check for PHP ${{ matrix.php-version }} run: composer run-script style-check - if: matrix.php-version != '7.1' + if: matrix.php-version == '8.0' - name: Run tests for PHP ${{ matrix.php-version }} run: composer run-script test @@ -77,4 +77,4 @@ jobs: run: vendor/bin/php-coveralls env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: success() && matrix.php-version == '7.4' && matrix.composer-flag == '--prefer-dist' + if: success() && matrix.php-version == '8.0' && matrix.composer-flag == '--prefer-dist'