Skip to content

Commit

Permalink
Test Laravel 9 (#850)
Browse files Browse the repository at this point in the history
Update depencies, Test Laravel 9
  • Loading branch information
barryvdh authored Jan 29, 2022
1 parent b14b0b8 commit 5cabe8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,18 @@ jobs:
php: [8.0, 7.4, 7.3, 7.2]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
php: 8.1
dependency-version: prefer-stable
- laravel: 9.*
php: 8.0
dependency-version: prefer-lowest
exclude:
- laravel: 8.*
php: 7.2
- php: 8.0
dependency-version: prefer-lowest
- laravel: 8.*
php: 7.2
- php: 8.0
dependency-version: prefer-lowest

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"illuminate/support": "^6|^7|^8|^9"
},
"require-dev": {
"orchestra/testbench": "^4|^5|^6",
"orchestra/testbench": "^4|^5|^6|^7",
"squizlabs/php_codesniffer": "^3.5",
"phpro/grumphp": "^1",
"nunomaduro/larastan": "^0.7.10"
"nunomaduro/larastan": "^1|^2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5cabe8d

Please sign in to comment.