We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb46c0 commit 6973519Copy full SHA for 6973519
.github/workflows/phar.yml
@@ -10,9 +10,6 @@ on:
10
tags:
11
- '1.12.*'
12
13
-env:
14
- COMPOSER_ROOT_VERSION: "1.12.x-dev"
15
-
16
concurrency:
17
group: phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
18
cancel-in-progress: true
@@ -79,12 +76,15 @@ jobs:
79
76
80
77
- name: "Composer dump"
81
78
run: "composer install --no-interaction --no-progress"
+ env:
+ COMPOSER_ROOT_VERSION: "1.12.x-dev"
82
83
- name: "Compile PHAR for checksum"
84
working-directory: "compiler/build"
85
run: "php box.phar compile --no-parallel"
86
env:
87
PHAR_CHECKSUM: "1"
88
89
- name: "Re-sign PHAR"
90
run: "php compiler/build/resign.php tmp/phpstan.phar"
0 commit comments