We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2abd commit e261865Copy full SHA for e261865
.github/workflows/ci.yaml
@@ -65,7 +65,7 @@ jobs:
65
composer-options: '--no-progress --no-interaction'
66
67
- name: Run unit tests
68
- if: ${{ matrix.php != '8.2' && matrix.redis != '7' }}
+ if: ${{ matrix.php != '8.2' || matrix.redis != '7' }}
69
run: vendor/bin/phpunit
70
71
- name: Create coverage report
0 commit comments