Skip to content

Commit 8eab02f

Browse files
committed
Update version requirements
1 parent bcb668f commit 8eab02f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
php: [8.2]
15-
laravel: ['10.*', '11.*', '12.*']
14+
php: [8.2, 8.3, 8.4]
15+
laravel: [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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": ">= 8.2",
1616
"guzzlehttp/guzzle": "^7.0",
17-
"illuminate/notifications": "^10.0|^11.0|^12.0",
18-
"illuminate/support": "^10.0|^11.0|^12.0",
17+
"illuminate/notifications": "^11.0|^12.0",
18+
"illuminate/support": "^11.0|^12.0",
1919
"kreait/laravel-firebase": "^5.7"
2020
},
2121
"require-dev": {
22-
"mockery/mockery": "^1.5.1",
23-
"phpunit/phpunit": "^10.0"
22+
"mockery/mockery": "^1.6.0",
23+
"phpunit/phpunit": "^11.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)