Skip to content

Commit

Permalink
Testbench for L10
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Oct 2, 2023
1 parent aa50ec2 commit 1b9e67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 7.*
testbench: 8.*

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 @@ -30,7 +30,7 @@
"storyblok/richtext-resolver": "^2.1"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.5.8"
},
"autoload": {
Expand Down

0 comments on commit 1b9e67f

Please sign in to comment.