Skip to content

Commit 6973519

Browse files
committed
Revert "Fix phar.yml workflow"
This reverts commit 94ac43a.
1 parent eeb46c0 commit 6973519

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,9 +10,6 @@ on:
1010
tags:
1111
- '1.12.*'
1212

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

8077
- name: "Composer dump"
8178
run: "composer install --no-interaction --no-progress"
79+
env:
80+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
8281

8382
- name: "Compile PHAR for checksum"
8483
working-directory: "compiler/build"
8584
run: "php box.phar compile --no-parallel"
8685
env:
8786
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)