Skip to content

Commit fb14d43

Browse files
committed
wip
1 parent aca4065 commit fb14d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/facades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
coverage: none
3030

3131
- name: Set Framework version
32-
run: composer config version "11.x-dev"
32+
run: composer config version "12.x-dev"
3333

3434
- name: Install dependencies
3535
uses: nick-fields/retry@v3

src/Illuminate/Process/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "11.x-dev"
31+
"dev-master": "12.x-dev"
3232
}
3333
},
3434
"config": {

0 commit comments

Comments
 (0)