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 af0e728 commit d88e9a8Copy full SHA for d88e9a8
.github/workflows/ci.yml
@@ -247,7 +247,7 @@ jobs:
247
run: ant phar-snapshot
248
249
- 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)
+ run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
251
252
- name: Upload PHAR
253
uses: actions/upload-artifact@v3
0 commit comments