Skip to content

Commit c376c8b

Browse files
committed
Open 1.12.x-dev
1 parent 18cddd6 commit c376c8b

11 files changed

+34
-34
lines changed

.github/workflows/backward-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.11.x"
9+
- "1.12.x"
1010
paths:
1111
- 'src/**'
1212
- '.github/workflows/backward-compatibility.yml'
1313

1414
env:
15-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
15+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
1616

1717
concurrency:
1818
group: bc-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches

.github/workflows/build-issue-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
- '.github/workflows/build-issue-bot.yml'
1010
push:
1111
branches:
12-
- "1.11.x"
12+
- "1.12.x"
1313
paths:
1414
- 'issue-bot/**'
1515
- '.github/workflows/build-issue-bot.yml'
1616

1717
env:
18-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
18+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
1919

2020
concurrency:
2121
group: build-issue-bot-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches

.github/workflows/changelog-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
- '.github/workflows/changelog-generator.yml'
1010
push:
1111
branches:
12-
- "1.11.x"
12+
- "1.12.x"
1313
paths:
1414
- 'changelog-generator/**'
1515
- '.github/workflows/changelog-generator.yml'
1616

1717
env:
18-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
18+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
1919

2020
concurrency:
2121
group: changelog-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches

.github/workflows/checksum-phar.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212
- '.github/workflows/checksum-phar.yml'
1313
push:
1414
branches:
15-
- "1.11.x"
15+
- "1.12.x"
1616
paths:
1717
- 'compiler/**'
1818
- '.github/workflows/checksum-phar.yml'
1919

2020
env:
21-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
21+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
2222

2323
concurrency:
2424
group: checksum-phar-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: phpstan/phpstan
3939
path: phpstan-dist
40-
ref: 1.11.x
40+
ref: 1.12.x
4141

4242
- name: "Get info"
4343
id: info
@@ -101,14 +101,14 @@ jobs:
101101
- name: "Composer dump"
102102
run: "composer install --no-interaction --no-progress"
103103
env:
104-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
104+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
105105

106106
- name: "Compile PHAR for checksum"
107107
working-directory: "compiler/build"
108108
run: "php box.phar compile --no-parallel"
109109
env:
110110
PHAR_CHECKSUM: "1"
111-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
111+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
112112

113113
- name: "Re-sign PHAR"
114114
run: "php compiler/build/resign.php tmp/phpstan.phar"

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
- 'issue-bot/**'
1212
push:
1313
branches:
14-
- "1.11.x"
14+
- "1.12.x"
1515
paths-ignore:
1616
- 'compiler/**'
1717
- 'apigen/**'
1818
- 'changelog-generator/**'
1919
- 'issue-bot/**'
2020

2121
env:
22-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
22+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
2323

2424
concurrency:
2525
group: e2e-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.11.x"
9+
- "1.12.x"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
1313

1414
concurrency:
1515
group: lint-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches

.github/workflows/phar.yml

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

1313
concurrency:
1414
group: phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
@@ -77,14 +77,14 @@ jobs:
7777
- name: "Composer dump"
7878
run: "composer install --no-interaction --no-progress"
7979
env:
80-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
80+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
8181

8282
- name: "Compile PHAR for checksum"
8383
working-directory: "compiler/build"
8484
run: "php box.phar compile --no-parallel"
8585
env:
8686
PHAR_CHECKSUM: "1"
87-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
87+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
8888

8989
- name: "Re-sign PHAR"
9090
run: "php compiler/build/resign.php tmp/phpstan.phar"
@@ -107,30 +107,30 @@ 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@1.12.x
111111
with:
112-
ref: 1.11.x
112+
ref: 1.12.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@1.12.x
119119
with:
120-
ref: 1.11.x
120+
ref: 1.12.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@1.12.x
127127
with:
128-
ref: 1.11.x
128+
ref: 1.12.x
129129
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
130130

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
- 'issue-bot/**'
1212
push:
1313
branches:
14-
- "1.11.x"
14+
- "1.12.x"
1515
paths-ignore:
1616
- 'compiler/**'
1717
- 'apigen/**'
1818
- 'changelog-generator/**'
1919
- 'issue-bot/**'
2020

2121
env:
22-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
22+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
2323
REFLECTION_GOLDEN_TEST_FILE: "/tmp/reflection-golden.test"
2424
REFLECTION_GOLDEN_SYMBOLS_FILE: "/tmp/reflection-golden-symbols.txt"
2525

.github/workflows/spelling.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+
- "1.12.x"
1010

1111
jobs:
1212
typos:

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
- 'apigen/**'
1010
push:
1111
branches:
12-
- "1.11.x"
12+
- "1.12.x"
1313
paths-ignore:
1414
- 'compiler/**'
1515
- 'apigen/**'
1616

1717
env:
18-
COMPOSER_ROOT_VERSION: "1.11.x-dev"
18+
COMPOSER_ROOT_VERSION: "1.12.x-dev"
1919

2020
concurrency:
2121
group: sa-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches

0 commit comments

Comments
 (0)