Skip to content

Commit 575a5bb

Browse files
committed
Prepare 2.2.x
1 parent adb86c4 commit 575a5bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/apiref.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- "2.1.x"
9+
- "2.2.x"
1010
paths:
1111
- 'src/**'
1212
- 'composer.lock'
1313
- 'apigen/**'
1414
- '.github/workflows/apiref.yml'
1515

1616
env:
17-
COMPOSER_ROOT_VERSION: "2.1.x-dev"
17+
COMPOSER_ROOT_VERSION: "2.2.x-dev"
1818

1919
concurrency:
2020
group: apigen-${{ github.ref }} # will be canceled on subsequent pushes in branch

.github/workflows/issue-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'changelog-generator/**'
1212
push:
1313
branches:
14-
- "2.1.x"
14+
- "2.2.x"
1515
paths-ignore:
1616
- 'compiler/**'
1717
- 'apigen/**'
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: "Evaluate results - push"
215215
working-directory: "issue-bot"
216-
if: "github.repository_owner == 'phpstan' && github.ref == 'refs/heads/2.1.x'"
216+
if: "github.repository_owner == 'phpstan' && github.ref == 'refs/heads/2.2.x'"
217217
env:
218218
GITHUB_PAT: ${{ secrets.PHPSTAN_BOT_TOKEN }}
219219
PHPSTAN_SRC_COMMIT_BEFORE: ${{ github.event.before }}

0 commit comments

Comments
 (0)