Skip to content

Commit

Permalink
Laravel 10.x Support (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Jan 12, 2023
1 parent a105ea1 commit cad203e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ jobs:
fail-fast: false
matrix:
php: [8.2, 8.1, 8.0]
laravel: [9.*]
laravel: [10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.0
- laravel: 9.*
testbench: ^7.0
exclude:
- laravel: 10.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-json": "*",
"illuminate/bus": "^9.18",
"illuminate/console": "^9.18",
"illuminate/database": "^9.18",
"illuminate/pipeline": "^9.18",
"illuminate/support": "^9.18",
"illuminate/bus": "^9.18|^10.0",
"illuminate/console": "^9.18|^10.0",
"illuminate/database": "^9.18|^10.0",
"illuminate/pipeline": "^9.18|^10.0",
"illuminate/support": "^9.18|^10.0",
"intervention/image": "^2.7",
"maennchen/zipstream-php": "^2.0",
"spatie/image": "^2.2.2",
Expand All @@ -47,7 +47,7 @@
"league/flysystem-aws-s3-v3": "^3.0",
"mockery/mockery": "^1.4",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "7.*",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"phpstan/extension-installer": "^1.1",
"spatie/laravel-ray": "^1.28",
Expand Down

0 comments on commit cad203e

Please sign in to comment.