Skip to content

Commit e261865

Browse files
committed
- updates the actions
1 parent 96c2abd commit e261865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
composer-options: '--no-progress --no-interaction'
6666

6767
- name: Run unit tests
68-
if: ${{ matrix.php != '8.2' && matrix.redis != '7' }}
68+
if: ${{ matrix.php != '8.2' || matrix.redis != '7' }}
6969
run: vendor/bin/phpunit
7070

7171
- name: Create coverage report

0 commit comments

Comments
 (0)