Skip to content

Commit

Permalink
Update testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Oct 2, 2023
1 parent 1283aa8 commit 105c4e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1]
laravel: [8.*, 9.*]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.23
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.10",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.0",
"psalm/plugin-laravel": "^1.2|^2.0",
"vimeo/psalm": "^3.11|^4.0"
Expand Down

0 comments on commit 105c4e2

Please sign in to comment.