Skip to content

Commit 264ce7a

Browse files
committed
Open 2.0.x-dev
1 parent 9117c2b commit 264ce7a

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'issue-bot/**'
1212
push:
1313
branches:
14-
- "1.11.x"
14+
- "2.0.x"
1515
paths-ignore:
1616
- 'compiler/**'
1717
- 'apigen/**'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.11.x"
9+
- "2.0.x"
1010

1111
env:
1212
COMPOSER_ROOT_VERSION: "1.11.x-dev"

.github/workflows/phar.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.11.x"
9+
- "2.0.x"
1010
tags:
1111
- '1.11.*'
1212

@@ -107,25 +107,25 @@ jobs:
107107
integration-tests:
108108
if: github.event_name == 'pull_request'
109109
needs: compiler-tests
110-
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@1.11.x
110+
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@2.0.x
111111
with:
112-
ref: 1.11.x
112+
ref: 2.0.x
113113
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
114114

115115
extension-tests:
116116
if: github.event_name == 'pull_request'
117117
needs: compiler-tests
118-
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@1.11.x
118+
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@2.0.x
119119
with:
120-
ref: 1.11.x
120+
ref: 2.0.x
121121
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
122122

123123
other-tests:
124124
if: github.event_name == 'pull_request'
125125
needs: compiler-tests
126-
uses: phpstan/phpstan/.github/workflows/other-tests.yml@1.11.x
126+
uses: phpstan/phpstan/.github/workflows/other-tests.yml@2.0.x
127127
with:
128-
ref: 1.11.x
128+
ref: 2.0.x
129129
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
130130

131131
commit:
@@ -152,7 +152,7 @@ jobs:
152152
repository: phpstan/phpstan
153153
path: phpstan-dist
154154
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
155-
ref: 1.11.x
155+
ref: 2.0.x
156156

157157
- name: "Get previous pushed dist commit"
158158
id: previous-commit

.github/workflows/pr-base-on-previous-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types:
88
- opened
99
branches:
10-
- '1.11.x'
10+
- '2.0.x'
1111

1212

1313
jobs:
@@ -19,6 +19,6 @@ jobs:
1919
- name: Comment PR
2020
uses: peter-evans/create-or-update-comment@v3
2121
with:
22-
body: "You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request and change its target to 1.10.x."
22+
body: "You've opened the pull request against the latest branch 2.0.x. PHPStan 2.0 is not going to be released for months. If your code is relevant on 1.11.x and you want it to be released sooner, please rebase your pull request and change its target to 1.11.x."
2323
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
2424
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/reflection-golden-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'issue-bot/**'
1212
push:
1313
branches:
14-
- "1.11.x"
14+
- "2.0.x"
1515
paths-ignore:
1616
- 'compiler/**'
1717
- 'apigen/**'

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'apigen/**'
1010
push:
1111
branches:
12-
- "1.11.x"
12+
- "2.0.x"
1313
paths-ignore:
1414
- 'compiler/**'
1515
- 'apigen/**'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'issue-bot/**'
1212
push:
1313
branches:
14-
- "1.11.x"
14+
- "2.0.x"
1515
paths-ignore:
1616
- 'compiler/**'
1717
- 'apigen/**'

0 commit comments

Comments
 (0)