Skip to content

Commit 4b2fd29

Browse files
Merge branch '8.5' into 9.5
2 parents 2d5ad76 + d88e9a8 commit 4b2fd29

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
@@ -254,6 +254,9 @@ jobs:
254254
- name: Build PHAR
255255
run: ant phar-snapshot
256256

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

0 commit comments

Comments
 (0)