diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f7e999..383de5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Execute static analysis run: vendor/bin/phpstan - if: matrix.php === '8.0' + if: matrix.php == '8.0' - name: Execute unit/feature tests run: vendor/bin/pest