Skip to content

Commit

Permalink
Merge pull request #73 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
rennokki authored Apr 1, 2023
2 parents b3d1e1f + 38adf1a commit 0e806ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
fail-fast: false
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
laravel:
- 8.*
- 9.*
- 10.*
prefer:
- 'prefer-lowest'
- 'prefer-stable'
include:
- laravel: '8.*'
testbench: '6.*'
- laravel: '9.*'
testbench: '7.*'
- laravel: '10.*'
testbench: '8.*'

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}

Expand Down
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
],
"require": {
"illuminate/http": "^8.83|^9.0.1",
"illuminate/support": "^8.83|^9.0.1",
"rennokki/laravel-sns-events": "^7.1"
"illuminate/http": "^9.35|^10.5",
"illuminate/support": "^9.35|^10.5",
"rennokki/laravel-sns-events": "^7.2"
},
"autoload": {
"psr-4": {
Expand All @@ -39,10 +39,8 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
"orchestra/testbench": "^6.28|^7.0",
"orchestra/testbench": "^6.28|^7.0",
"orchestra/testbench-core": "^6.28|^7.0",
"phpunit/phpunit": "^9.5.21"
"orchestra/testbench": "^7.23|^8.1.1",
"phpunit/phpunit": "^9.5.25"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 0e806ad

Please sign in to comment.