Skip to content

Commit f97c3f4

Browse files
committed
Update to Laravel 11
1 parent eef8e03 commit f97c3f4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: .github/workflows/laravel.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ name: CI
33
on:
44
push:
55
branches:
6-
- '10.x'
6+
- '11.x'
77
pull_request:
88
branches:
9-
- '10.x'
9+
- '11.x'
1010

1111
env:
1212
APP_ENV: test
1313

1414
jobs:
1515
laravel:
16-
name: Laravel 10 (PHP ${{ matrix.php-versions }})
16+
name: Laravel 11 (PHP ${{ matrix.php-versions }})
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
php-versions: ['8.1', '8.2', '8.3']
21+
php-versions: ['8.2', '8.3', '8.4']
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v3

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.1",
13+
"php": ">=8.2",
1414
"ext-pdo": "*",
15-
"laravel/framework": "^10.0",
15+
"laravel/framework": "^11.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": "^2.15",
22+
"barryvdh/laravel-ide-helper": "^3.5",
2323
"codeception/codeception": "^5.0.8",
2424
"codeception/module-asserts": "^3.0",
2525
"codeception/module-laravel": "^3.0 | *@dev",
2626
"fakerphp/faker": "^1.24",
27-
"nunomaduro/collision": "^7.0",
27+
"nunomaduro/collision": "^8.1",
2828
"spatie/laravel-ignition": "^2.0"
2929
},
3030
"config": {

0 commit comments

Comments
 (0)