Skip to content

Commit d88e9a8

Browse files
Fix
1 parent af0e728 commit d88e9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
run: ant phar-snapshot
248248

249249
- name: Check whether PHAR is scoped
250-
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneExceptions || (echo "phpunit-snapshot.phar is not scoped." && false)
250+
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
251251

252252
- name: Upload PHAR
253253
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)