Skip to content

Commit 480b53e

Browse files
Merge branch '8.5' into 9.6
2 parents 5384dd1 + cf6618c commit 480b53e

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
@@ -252,7 +252,7 @@ jobs:
252252
run: ant phar-snapshot
253253

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

257257
- name: Upload PHAR
258258
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)