Skip to content

Commit bcb668f

Browse files
authored
Merge pull request #218 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 292c482 + 4847690 commit bcb668f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest]
1414
php: [8.2]
15-
laravel: ['10.*', '11.*']
15+
laravel: ['10.*', '11.*', '12.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

1818
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">= 8.2",
1616
"guzzlehttp/guzzle": "^7.0",
17-
"illuminate/notifications": "^10.0|^11.0",
18-
"illuminate/support": "^10.0|^11.0",
17+
"illuminate/notifications": "^10.0|^11.0|^12.0",
18+
"illuminate/support": "^10.0|^11.0|^12.0",
1919
"kreait/laravel-firebase": "^5.7"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)