Skip to content

Commit 5020f05

Browse files
Merge branch '9.6' into 10.5
2 parents b5d1fe7 + 480b53e commit 5020f05

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
@@ -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\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
250+
run: grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException build/artifacts/phpunit-snapshot.phar || (echo "phpunit-snapshot.phar is not scoped." && false)
251251

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

0 commit comments

Comments
 (0)