Skip to content

Commit f95b9fc

Browse files
committed
[Build] Use stable dependencies and update branch aliases
1 parent 188a50c commit f95b9fc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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, 2.x ]
5+
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main, develop, 2.x ]
7+
branches: [ main, develop ]
88

99
jobs:
1010
build:

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-develop": "1.x-dev",
58-
"dev-2.x": "2.x-dev"
57+
"dev-develop": "2.x-dev"
5958
},
6059
"laravel": {
6160
"aliases": {
@@ -67,7 +66,7 @@
6766
]
6867
}
6968
},
70-
"minimum-stability": "dev",
69+
"minimum-stability": "stable",
7170
"prefer-stable": true,
7271
"config": {
7372
"sort-packages": true

0 commit comments

Comments
 (0)