Skip to content

Commit 94ac43a

Browse files
committed
Fix phar.yml workflow
1 parent b83a1eb commit 94ac43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phar.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
tags:
1111
- '1.12.*'
1212

13+
env:
14+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
15+
1316
concurrency:
1417
group: phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
1518
cancel-in-progress: true
@@ -76,15 +79,12 @@ jobs:
7679

7780
- name: "Composer dump"
7881
run: "composer install --no-interaction --no-progress"
79-
env:
80-
COMPOSER_ROOT_VERSION: "1.12.x-dev"
8182

8283
- name: "Compile PHAR for checksum"
8384
working-directory: "compiler/build"
8485
run: "php box.phar compile --no-parallel"
8586
env:
8687
PHAR_CHECKSUM: "1"
87-
COMPOSER_ROOT_VERSION: "1.12.x-dev"
8888

8989
- name: "Re-sign PHAR"
9090
run: "php compiler/build/resign.php tmp/phpstan.phar"

0 commit comments

Comments
 (0)