Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Jul 6, 2024
1 parent 620f4db commit b9b25a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: ['10.*', '11.*']
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 11.*
php: 8.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"laravel/slack-notification-channel": "^2.0|^3.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5"
"mockery/mockery": "^1.4 || ^1.6",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9b25a2

Please sign in to comment.