Skip to content

Commit 9bf16c5

Browse files
Merge branch '10.5' into 11.0
2 parents a8a28e9 + 5020f05 commit 9bf16c5

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
@@ -245,7 +245,7 @@ jobs:
245245
run: ant phar-snapshot
246246

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

250250
- name: Upload PHAR
251251
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)