Skip to content

Commit

Permalink
Updated test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xammie committed Feb 11, 2022
1 parent 06a9c5d commit 8f107b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
laravel: [8.*]
php: [8.1, 8.0]
laravel: [9.*, 8.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"laravel/framework": "^8.0 || ^9.0"
},
"require-dev": {
"nunomaduro/collision": "^5.10",
"nunomaduro/collision": "^5.10 || ^6.0",
"nunomaduro/larastan": "^1.0",
"orchestra/testbench": "^6.22",
"orchestra/testbench": "^6.22 || ^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 8f107b1

Please sign in to comment.