Skip to content

Commit

Permalink
ci: fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 25, 2024
1 parent 57f703b commit d5e8eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Execute tests
run: vendor/bin/pest --ci
if: matrix.laravel != '11.*' matrix.php != 8.3 || matrix.stability != 'prefer-stable' || matrix.os != 'ubuntu-latest'
if: matrix.laravel != '11.*' && matrix.php != 8.3 || matrix.stability != 'prefer-stable' || matrix.os != 'ubuntu-latest'

- name: Execute tests with coverage
run: vendor/bin/pest --ci --coverage-clover coverage.xml
Expand Down

0 comments on commit d5e8eb8

Please sign in to comment.