Skip to content

Commit 1b5ad99

Browse files
committed
Fix CI
1 parent 6478f9d commit 1b5ad99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ jobs:
133133

134134
- run: composer require illuminate/support:${{ matrix.laravel-version }} --no-interaction --prefer-dist --no-progress
135135

136-
- if: matrix.laravel-version == ^11
136+
- if: matrix.laravel-version == '^11'
137137
run: vendor/bin/phpunit --coverage-filter=src
138-
- if: matrix.laravel-version != ^11
138+
- if: matrix.laravel-version != '^11'
139139
run: vendor/bin/phpunit
140140

141141
coverage:

0 commit comments

Comments
 (0)