Skip to content

Commit 895971a

Browse files
authored
Update to Laravel 12 (#23)
1 parent f97c3f4 commit 895971a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/laravel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: CI
33
on:
44
push:
55
branches:
6-
- '11.x'
6+
- '12.x'
77
pull_request:
88
branches:
9-
- '11.x'
9+
- '12.x'
1010

1111
env:
1212
APP_ENV: test
1313

1414
jobs:
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
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",

0 commit comments

Comments
 (0)