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 0dcebba commit c3a14c1Copy full SHA for c3a14c1
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Tests
2
3
on:
4
push:
5
- branches: [ main, develop, 2.x ]
+ branches: [ main, develop ]
6
pull_request:
7
8
9
jobs:
10
build:
composer.json
@@ -48,11 +48,10 @@
48
},
49
"extra": {
50
"branch-alias": {
51
- "dev-develop": "1.x-dev",
52
- "dev-2.x": "2.x-dev"
+ "dev-develop": "2.x-dev"
53
}
54
55
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
56
"prefer-stable": true,
57
"config": {
58
"sort-packages": true
0 commit comments