Skip to content

Commit

Permalink
Add laravel 10 support (#24)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update run-test.yml

* Update composer.json
  • Loading branch information
njoguamos authored Mar 10, 2023
1 parent 2b5a35d commit 3ec1ff9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2 ]
laravel: [6.*, 7.*, 8.*, 9.*]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
stability: [prefer-stable]
include:
- laravel: 6.*
Expand All @@ -26,6 +26,12 @@ jobs:
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
exclude:
- laravel: 6.*
php: 8.1
Expand All @@ -43,6 +49,14 @@ jobs:
php: 7.3
- laravel: 9.*
php: 7.4
- laravel: 10.*
php: 7.2
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: '8.0'

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"php": ">=7.2.5",
"africastalking/africastalking": "^3.0",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "5.5 - 9",
"illuminate/support": "5.5 - 9"
"illuminate/notifications": "5.5 - 10.0",
"illuminate/support": "5.5 - 10.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0",
"orchestra/testbench": "~5.0 || ^6.0 || ^7.0"
"orchestra/testbench": "~5.0 || ^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3ec1ff9

Please sign in to comment.