Skip to content

Commit

Permalink
Fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 31, 2021
1 parent 2a89671 commit 4156cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4156cb3

Please sign in to comment.