Skip to content

Commit

Permalink
Merge pull request #64 from marcreichel/laravel-9
Browse files Browse the repository at this point in the history
✨ Add Support for Laravel 9
  • Loading branch information
marcreichel committed Jan 31, 2022
2 parents 59735ce + 56bffad commit dbe0510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.0]
laravel: [9.*, 8.*]
dependency-version: [prefer-stable]
os: [ubuntu-latest, windows-latest]
php: [8.0]
laravel: [8.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.6
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"type": "library",
"require": {
"php": "^8.0",
"laravel/framework": "^8.40.0",
"laravel/framework": "^8.40.0|^9.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"nesbot/carbon": "^2.53.1",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.4",
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.23",
"nunomaduro/collision": "^5.3",
"roave/security-advisories": "dev-latest",
"nunomaduro/larastan": "^1.0.0",
Expand Down

0 comments on commit dbe0510

Please sign in to comment.