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 188a50c commit f95b9fcCopy full SHA for f95b9fc
.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
@@ -54,8 +54,7 @@
54
},
55
"extra": {
56
"branch-alias": {
57
- "dev-develop": "1.x-dev",
58
- "dev-2.x": "2.x-dev"
+ "dev-develop": "2.x-dev"
59
60
"laravel": {
61
"aliases": {
@@ -67,7 +66,7 @@
67
66
]
68
}
69
70
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
71
"prefer-stable": true,
72
"config": {
73
"sort-packages": true
0 commit comments