Skip to content

Commit

Permalink
Merge pull request #10 from roomies-com/update-dependencies
Browse files Browse the repository at this point in the history
Drop older PHP and update core dependency
  • Loading branch information
dwightwatson authored Feb 8, 2023
2 parents 4caf593 + d6c4026 commit 4ef346e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
laravel: [8.*, 9.*, 10.*]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
- laravel: 9.*
- laravel: 10.*
exclude:
- laravel: 10.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.0",
"illuminate/notifications": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"laravel/vonage-notification-channel": "^3.0"
"illuminate/notifications": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"laravel/vonage-notification-channel": "^3.2"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
Expand Down

0 comments on commit 4ef346e

Please sign in to comment.