Skip to content

Commit

Permalink
Bumps testbench once more for php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Casey committed Jan 19, 2022
1 parent 549d5d7 commit d858111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
testbench: ^6.23
- laravel: 9.*
testbench: 7.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.22|^7.0",
"orchestra/testbench": "^6.23|^7.0",
"phpunit/phpunit": "^9.4",
"symplify/monorepo-builder": "^9.4.21"
},
Expand Down
2 changes: 1 addition & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
],
'require-dev' => [
'orchestra/testbench' => '^6.22|^7.0',
'orchestra/testbench' => '^6.23|^7.0',
'phpunit/phpunit' => '^9.4',
'symplify/monorepo-builder' => '^9.4.21',
],
Expand Down

0 comments on commit d858111

Please sign in to comment.