Skip to content

Commit

Permalink
Fix constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Feb 9, 2022
1 parent e4d4bed commit b90d17d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 8.*
testbench: 6.*
testbench: ^6.23

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.75|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.3",
"spatie/phpunit-snapshot-assertions": "^4.0"
"orchestra/testbench": "^6.23|^7.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit b90d17d

Please sign in to comment.