Skip to content

Commit 0f715c1

Browse files
Merge branch '11.0'
2 parents 386eb5e + 9bf16c5 commit 0f715c1

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)