Skip to content

Commit 680ff58

Browse files
authored
Merge pull request #71 from walkerus/update-laravel-interview
update framework to 12.0
2 parents 19e5cc9 + 1709f41 commit 680ff58

File tree

3 files changed

+1326
-1270
lines changed

3 files changed

+1326
-1270
lines changed

.github/workflows/phpci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- main
9+
- '*'
1010

1111
jobs:
1212
build:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=8",
1212
"guzzlehttp/guzzle": "^7.0.1",
13-
"laravel/framework": "^11.0",
13+
"laravel/framework": "^12.0",
1414
"laravel/tinker": "^2.7",
1515
"spatie/laravel-html": "^3.5"
1616
},

0 commit comments

Comments
 (0)