Skip to content

Commit b8cca2d

Browse files
Add Support for Laravel 11 (#111)
1 parent 4e14a2a commit b8cca2d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
php: [8.2, 8.3]
18-
laravel: [10.*]
18+
laravel: [10.*, 11.*]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 10.*
2222
testbench: ^8.0
23+
- laravel: 11.*
24+
testbench: ^9.0
2325

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.2",
2323
"hammerstone/sidecar": "^0.4.0",
24-
"illuminate/contracts": "^10.0",
24+
"illuminate/contracts": "^10.0 || ^11.0",
2525
"spatie/browsershot": "^4.0",
2626
"spatie/laravel-package-tools": "^1.9.2"
2727
},
@@ -31,13 +31,13 @@
3131
"laravel/pint": "^1.13",
3232
"league/flysystem-aws-s3-v3": "^1.0|^2.0|^3.0",
3333
"nunomaduro/collision": "^7.0|^8.0",
34-
"orchestra/testbench": "^8.0",
34+
"orchestra/testbench": "^8.0|^9.0",
3535
"pestphp/pest": "^2.0",
3636
"pestphp/pest-plugin-laravel": "^2.0",
3737
"phpstan/extension-installer": "^1.1",
3838
"phpstan/phpstan-deprecation-rules": "^1.0",
3939
"phpstan/phpstan-phpunit": "^1.0",
40-
"phpunit/phpunit": "^10",
40+
"phpunit/phpunit": "^10 | ^11.0",
4141
"spatie/image": "^3.3",
4242
"spatie/pixelmatch-php": "^1.0"
4343
},

0 commit comments

Comments
 (0)