Skip to content

Commit

Permalink
Merge pull request #218 from laravel-shift/l12-compatibility
Browse files Browse the repository at this point in the history
Laravel 12.x Compatibility
  • Loading branch information
dwightwatson authored Feb 17, 2025
2 parents 292c482 + 4847690 commit bcb668f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: ['10.*', '11.*']
laravel: ['10.*', '11.*', '12.*']
stability: [prefer-lowest, prefer-stable]

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

0 comments on commit bcb668f

Please sign in to comment.