Skip to content

Commit bfba70d

Browse files
committed
Prepare for branch-off stable28
Signed-off-by: Joas Schilling <[email protected]>
1 parent fed8df9 commit bfba70d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
branches: ["master", "stable27", "stable26", "stable25", "stable24", "stable23"]
18+
branches: ["master", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23"]
1919

2020
name: Update ${{ matrix.branches }}
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"extra": {
2020
"branch-alias": {
21-
"dev-master": "28.0.0-dev"
21+
"dev-master": "29.0.0-dev"
2222
}
2323
},
2424
"config": {

0 commit comments

Comments
 (0)