Skip to content

Commit 07bfbcc

Browse files
author
Combind
committed
Added support for Laravel 11
1 parent f9522e9 commit 07bfbcc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.2]
17-
laravel: [10.*]
16+
php: [8.3]
17+
laravel: [11.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
20+
- laravel: 11.*
21+
testbench: 9.*
2222
carbon: ^2.63
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/contracts": "^10.0",
20+
"illuminate/contracts": "^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.11.3",
2222
"twilio/sdk": "^7.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^6.0|^7.0",
26+
"nunomaduro/collision": "^7.0|^8.0",
2727
"larastan/larastan": "^2.0.1",
28-
"orchestra/testbench": "^7.0|^8.0",
28+
"orchestra/testbench": "^8.0|^9.0",
2929
"pestphp/pest": "^2.0",
3030
"pestphp/pest-plugin-arch": "^2.0",
3131
"pestphp/pest-plugin-laravel": "^2.0",

0 commit comments

Comments
 (0)