Skip to content

Commit 5c23d44

Browse files
added lavarel 11 support (#27)
1 parent 531ccf0 commit 5c23d44

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/run-test.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2 ]
14-
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
13+
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
14+
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
1515
stability: [prefer-stable]
1616
include:
1717
- laravel: 6.*
@@ -26,12 +26,12 @@ jobs:
2626
- laravel: 9.*
2727
testbench: 7.*
2828
carbon: ^2.63
29-
- laravel: 9.*
30-
testbench: 7.*
31-
carbon: ^2.63
3229
- laravel: 10.*
3330
testbench: 8.*
3431
carbon: ^2.63
32+
- laravel: 11.*
33+
testbench: 9.*
34+
carbon: ^2.63
3535
exclude:
3636
- laravel: 6.*
3737
php: 8.1
@@ -57,6 +57,12 @@ jobs:
5757
php: 7.4
5858
- laravel: 10.*
5959
php: '8.0'
60+
- laravel: 11.*
61+
php: 7.2
62+
- laravel: 11.*
63+
php: 7.3
64+
- laravel: 11.*
65+
php: 7.4
6066

6167
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
6268

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": ">=7.2.5",
2020
"africastalking/africastalking": "^3.0",
2121
"guzzlehttp/guzzle": "^6.2 || ^7.0",
22-
"illuminate/notifications": "5.5 - 10",
23-
"illuminate/support": "5.5 - 10"
22+
"illuminate/notifications": "5.5 - 11.0",
23+
"illuminate/support": "5.5 - 11.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1.3",

0 commit comments

Comments
 (0)