Skip to content

Commit 7ffbcc0

Browse files
committed
!== -> !=
1 parent 23effaf commit 7ffbcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
3535
3636
- name: Unit Tests (not macos)
37-
if: matrix.os !== 'macos-latest'
37+
if: matrix.os != 'macos-latest'
3838
run: composer test:unit -- --coverage-clover ./coverage.xml
3939

4040
- name: Unit Tests (macos)

0 commit comments

Comments
 (0)