Skip to content

Commit

Permalink
feat(L10): update for laravel 10
Browse files Browse the repository at this point in the history
* fix(deps): update to laravel 10

* chore(actions): update to test for laravel 10
  • Loading branch information
sudkumar authored Feb 15, 2023
1 parent e439a4c commit 231d326
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,40 @@ jobs:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0, ^9.0]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
exclude:
- php: 7.1
laravel: ^6.0
- php: 7.1
laravel: ^7.0
- php: 7.1
laravel: ^8.0
- php: 7.2
laravel: ^8.0
- php: 7.1
laravel: ^9.0
- php: 7.1
laravel: ^10.0
- php: 7.2
laravel: ^8.0
- php: 7.2
laravel: ^9.0
- php: 7.2
laravel: ^10.0
- php: 7.3
laravel: ^9.0
- php: 7.3
laravel: ^10.0
- php: 7.4
laravel: ^9.0
- php: 7.4
laravel: ^10.0
- php: 8.0
laravel: 5.8.*
- php: 8.0
laravel: ^6.0
- php: 8.0
laravel: ^7.0
- php: 8.0
laravel: ^10.0
- php: 8.1
laravel: 5.8.*
- php: 8.1
Expand All @@ -50,8 +60,8 @@ jobs:
- php: 8.2
laravel: ^6.0
- php: 8.2
laravel: ^7.0
laravel: ^7.0

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

steps:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"email": "luckysud4@gmail.com"
},
"require": {
"php": "^7.1.3|^8.0",
"php": "^7.1.3|^8.0|^8.1",
"craftsys/msg91-php": "^0.15.3",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0|^9.4"
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0|^9.4|^10.0"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 231d326

Please sign in to comment.