We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e1372 commit 9447c84Copy full SHA for 9447c84
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Tests
2
3
on:
4
push:
5
- branches: [ main, develop ]
+ branches: [ main, develop, 4.x ]
6
pull_request:
7
8
9
jobs:
10
build:
composer.json
@@ -47,7 +47,8 @@
47
},
48
"extra": {
49
"branch-alias": {
50
- "dev-develop": "3.x-dev"
+ "dev-develop": "3.x-dev",
51
+ "dev-4.x": "4.x-dev"
52
}
53
54
"minimum-stability": "stable",
0 commit comments