We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 292c482 + 4847690 commit bcb668fCopy full SHA for bcb668f
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
os: [ubuntu-latest]
14
php: [8.2]
15
- laravel: ['10.*', '11.*']
+ laravel: ['10.*', '11.*', '12.*']
16
stability: [prefer-lowest, prefer-stable]
17
18
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
composer.json
@@ -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",
19
"kreait/laravel-firebase": "^5.7"
20
},
21
"require-dev": {
0 commit comments