Skip to content

Commit 30a51ac

Browse files
committed
Prepare 1.12.x-dev
1 parent 18cddd6 commit 30a51ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/apiref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- "1.11.x"
9+
- "1.12.x"
1010
paths:
1111
- 'src/**'
1212
- 'composer.lock'

.github/workflows/issue-bot.yml

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

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

2323
concurrency:
2424
group: run-issue-bot-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: "Evaluate results - push"
169169
working-directory: "issue-bot"
170-
if: "github.repository_owner == 'phpstan' && github.ref == 'refs/heads/1.11.x'"
170+
if: "github.repository_owner == 'phpstan' && github.ref == 'refs/heads/1.12.x'"
171171
env:
172172
GITHUB_PAT: ${{ secrets.PHPSTAN_BOT_TOKEN }}
173173
PHPSTAN_SRC_COMMIT_BEFORE: ${{ github.event.before }}

.github/workflows/merge-maintained-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Merge maintained branch
55
on:
66
push:
77
branches:
8-
- "1.10.x"
8+
- "1.11.x"
99

1010
jobs:
1111
merge:
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
2222
source_ref: ${{ github.ref }}
23-
target_branch: '1.11.x'
23+
target_branch: '1.12.x'
2424
commit_message_template: 'Merge branch {source_ref} into {target_branch}'

0 commit comments

Comments
 (0)