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 85db1bf commit 8671ef4Copy full SHA for 8671ef4
.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
@@ -45,7 +45,8 @@
45
},
46
"extra": {
47
"branch-alias": {
48
- "dev-develop": "3.x-dev"
+ "dev-develop": "3.x-dev",
49
+ "dev-4.x": "4.x-dev"
50
51
"laravel": {
52
"providers": [
0 commit comments