Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
  • Loading branch information
lloricode committed Mar 5, 2024
1 parent a1091bf commit 4965bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
laravel: [^10.0.0, ^11.0.0]
laravel: [^10.0, ^11.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^11.0.0
testbench: ^9.0.0
- laravel: ^10.0.0
testbench: ^8.0.0
- laravel: ^11.0
testbench: ^9.0
- laravel: ^10.0
testbench: ^8.0
exclude:
- php: 8.1
laravel: ^11.0.0
laravel: ^11.0


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"composer-runtime-api": "^2.2.2",
"laravel/pint": "^1.14",
"nesbot/carbon": "^2.72.3",
"orchestra/testbench": "^8.21.1|^9.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.34.1",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3.1",
Expand Down

0 comments on commit 4965bf4

Please sign in to comment.