Skip to content

Commit

Permalink
Bump orchestra/tesbench to support PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Feb 16, 2022
1 parent a039952 commit af06a04
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
testbench: ^6.22

name: PHP ${{ matrix.php }} – Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^6.22|^7.0",
"nunomaduro/collision": "^5.0|^6.0",
"phpunit/phpunit": "^9.3"
},
Expand Down

0 comments on commit af06a04

Please sign in to comment.