Skip to content

Commit 9447c84

Browse files
committed
build: update branch aliases and tests for 4.x branch
1 parent 62e1372 commit 9447c84

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, 4.x ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, 4.x ]
88

99
jobs:
1010
build:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-develop": "3.x-dev"
50+
"dev-develop": "3.x-dev",
51+
"dev-4.x": "4.x-dev"
5152
}
5253
},
5354
"minimum-stability": "stable",

0 commit comments

Comments
 (0)