We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83a1eb commit 94ac43aCopy full SHA for 94ac43a
.github/workflows/phar.yml
@@ -10,6 +10,9 @@ 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
@@ -76,15 +79,12 @@ jobs:
76
79
77
80
- name: "Composer dump"
78
81
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