We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b43cfa commit f9af711Copy full SHA for f9af711
.github/workflows/checksum-phar.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
repository: phpstan/phpstan
39
path: phpstan-dist
40
- ref: 1.12.x
+ ref: 2.0.x
41
42
- name: "Get info"
43
id: info
.github/workflows/phar.yml
@@ -130,7 +130,7 @@ jobs:
130
131
commit:
132
name: "Commit PHAR"
133
- if: "github.repository_owner == 'phpstan' && (github.ref == 'refs/heads/1.12.x' || startsWith(github.ref, 'refs/tags/'))"
+ if: "github.repository_owner == 'phpstan' && (github.ref == 'refs/heads/2.0.x' || startsWith(github.ref, 'refs/tags/'))"
134
needs: compiler-tests
135
runs-on: "ubuntu-latest"
136
timeout-minutes: 60
0 commit comments