Skip to content

Commit

Permalink
Update version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Feb 17, 2025
1 parent bcb668f commit 8eab02f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: ['10.*', '11.*', '12.*']
php: [8.2, 8.3, 8.4]
laravel: [11.*', '12.*']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"require": {
"php": ">= 8.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/notifications": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/notifications": "^11.0|^12.0",
"illuminate/support": "^11.0|^12.0",
"kreait/laravel-firebase": "^5.7"
},
"require-dev": {
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^10.0"
"mockery/mockery": "^1.6.0",
"phpunit/phpunit": "^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8eab02f

Please sign in to comment.