Skip to content

Commit 12fc0d3

Browse files
committed
Update versions
1 parent fbe808b commit 12fc0d3

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, 8.3, 8.4]
15-
laravel: ['11.*', '12.*']
14+
php: [8.3, 8.4, 8.5]
15+
laravel: ["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
@@ -12,16 +12,16 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.2",
15+
"php": "^8.3",
1616
"guzzlehttp/guzzle": "^7.0",
17-
"illuminate/notifications": "^11.0|^12.0",
18-
"illuminate/support": "^11.0|^12.0",
17+
"illuminate/notifications": "^12.0",
18+
"illuminate/support": "^12.0",
1919
"kreait/laravel-firebase": "^6.0"
2020
},
2121
"require-dev": {
2222
"laravel/pint": "^1.25",
2323
"mockery/mockery": "^1.6.0",
24-
"phpunit/phpunit": "^11.0"
24+
"phpunit/phpunit": "^12.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)