Skip to content

Commit 76fc2dd

Browse files
Merge branch '9.5'
2 parents 67d1739 + 4b2fd29 commit 76fc2dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ jobs:
252252
- name: Build PHAR
253253
run: ant phar-snapshot
254254

255+
- name: Check whether PHAR is scoped
256+
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
257+
255258
- name: Upload PHAR
256259
uses: actions/upload-artifact@v3
257260
with:

0 commit comments

Comments
 (0)