Skip to content

Commit 66e8c79

Browse files
authored
Merge pull request #13 from BinarCode/l9
fix: Laravel 9
2 parents 1448e20 + 5c65af5 commit 66e8c79

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.0]
13-
laravel: [8.*]
13+
laravel: [9.*]
1414
stability: [prefer-stable]
1515
include:
16-
- laravel: 8.*
17-
testbench: 6.*
16+
- laravel: 9.*
17+
testbench: 7.*
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea
22
.php_cs
33
.php_cs.cache
4+
.php-cs-fixer.cache
45
.phpunit.result.cache
56
build
67
composer.lock

.php-cs-fixer.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/contracts": "^8.0",
21-
"illuminate/support": "^7.0|^8.0",
22-
"laravel/slack-notification-channel": "^2.3",
20+
"illuminate/support": "^9.0",
21+
"laravel/slack-notification-channel": "^2.4",
2322
"ext-json": "*"
2423
},
2524
"require-dev": {
2625
"friendsofphp/php-cs-fixer": "^3.2",
2726
"laravel/sanctum": "^2.8",
28-
"orchestra/testbench": "^6.0",
27+
"orchestra/testbench": "^7.0",
2928
"phpunit/phpunit": "^9.3",
3029
"symfony/stopwatch": "^4.4|^5.0",
3130
"vimeo/psalm": "^4.3"

0 commit comments

Comments
 (0)