Skip to content

Commit 8671ef4

Browse files
committed
build: update branch aliases and tests for 4.x branch
1 parent 85db1bf commit 8671ef4

File tree

2 files changed

+4
-3
lines changed

2 files changed

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

99
jobs:
1010
build:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-develop": "3.x-dev"
48+
"dev-develop": "3.x-dev",
49+
"dev-4.x": "4.x-dev"
4950
},
5051
"laravel": {
5152
"providers": [

0 commit comments

Comments
 (0)