Skip to content

Commit

Permalink
added lavarel 11 support (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Habra authored Aug 13, 2024
1 parent 531ccf0 commit 5c23d44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2 ]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
stability: [prefer-stable]
include:
- laravel: 6.*
Expand All @@ -26,12 +26,12 @@ jobs:
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
exclude:
- laravel: 6.*
php: 8.1
Expand All @@ -57,6 +57,12 @@ jobs:
php: 7.4
- laravel: 10.*
php: '8.0'
- laravel: 11.*
php: 7.2
- laravel: 11.*
php: 7.3
- laravel: 11.*
php: 7.4

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"php": ">=7.2.5",
"africastalking/africastalking": "^3.0",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "5.5 - 10",
"illuminate/support": "5.5 - 10"
"illuminate/notifications": "5.5 - 11.0",
"illuminate/support": "5.5 - 11.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
Expand Down

0 comments on commit 5c23d44

Please sign in to comment.