Skip to content

Commit f9af711

Browse files
committedSep 4, 2024
Compile and commit PHAR on 2.0.x
1 parent 8b43cfa commit f9af711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/checksum-phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: phpstan/phpstan
3939
path: phpstan-dist
40-
ref: 1.12.x
40+
ref: 2.0.x
4141

4242
- name: "Get info"
4343
id: info

Diff for: ‎.github/workflows/phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
commit:
132132
name: "Commit PHAR"
133-
if: "github.repository_owner == 'phpstan' && (github.ref == 'refs/heads/1.12.x' || startsWith(github.ref, 'refs/tags/'))"
133+
if: "github.repository_owner == 'phpstan' && (github.ref == 'refs/heads/2.0.x' || startsWith(github.ref, 'refs/tags/'))"
134134
needs: compiler-tests
135135
runs-on: "ubuntu-latest"
136136
timeout-minutes: 60

0 commit comments

Comments
 (0)