Skip to content

Commit 1c9f853

Browse files
committed
Open 1.23.x-dev
1 parent 2108d70 commit 1c9f853

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/apiref.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Deploy API Reference"
55
on:
66
push:
77
branches:
8-
- "1.22.x"
8+
- "1.23.x"
99

1010
concurrency:
1111
group: "pages"

Diff for: .github/workflows/backward-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.22.x"
9+
- "1.23.x"
1010

1111
jobs:
1212
backward-compatibility:

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.22.x"
9+
- "1.23.x"
1010

1111
jobs:
1212
lint:

Diff for: .github/workflows/test-slevomat-coding-standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.22.x"
9+
- "1.23.x"
1010

1111
jobs:
1212
tests:

0 commit comments

Comments
 (0)