File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: CI
33on :
44 push :
55 branches :
6- - ' 11 .x'
6+ - ' 12 .x'
77 pull_request :
88 branches :
9- - ' 11 .x'
9+ - ' 12 .x'
1010
1111env :
1212 APP_ENV : test
1313
1414jobs :
1515 laravel :
16- name : Laravel 11 (PHP ${{ matrix.php-versions }})
16+ name : Laravel 12 (PHP ${{ matrix.php-versions }})
1717 runs-on : ubuntu-latest
1818 strategy :
1919 fail-fast : true
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " >=8.2" ,
1414 "ext-pdo" : " *" ,
15- "laravel/framework" : " ^11 .0" ,
15+ "laravel/framework" : " ^12 .0" ,
1616 "laravel/ui" : " ^4.0"
1717 },
1818 "require-dev" : {
1919 "ext-fileinfo" : " *" ,
2020 "ext-json" : " *" ,
2121 "barryvdh/laravel-debugbar" : " ^3.14" ,
22- "barryvdh/laravel-ide-helper" : " ^3.5 " ,
22+ "barryvdh/laravel-ide-helper" : " ^3.6 " ,
2323 "codeception/codeception" : " ^5.0.8" ,
2424 "codeception/module-asserts" : " ^3.0" ,
2525 "codeception/module-laravel" : " ^3.0 | *@dev" ,
You can’t perform that action at this time.
0 commit comments