Skip to content

Commit 0e806ad

Browse files
authored
Merge pull request #73 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents b3d1e1f + 38adf1a commit 0e806ad

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
php:
23-
- '8.0'
2423
- '8.1'
24+
- '8.2'
2525
laravel:
26-
- 8.*
2726
- 9.*
27+
- 10.*
2828
prefer:
2929
- 'prefer-lowest'
3030
- 'prefer-stable'
3131
include:
32-
- laravel: '8.*'
33-
testbench: '6.*'
3432
- laravel: '9.*'
3533
testbench: '7.*'
34+
- laravel: '10.*'
35+
testbench: '8.*'
3636

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

composer.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/http": "^8.83|^9.0.1",
24-
"illuminate/support": "^8.83|^9.0.1",
25-
"rennokki/laravel-sns-events": "^7.1"
23+
"illuminate/http": "^9.35|^10.5",
24+
"illuminate/support": "^9.35|^10.5",
25+
"rennokki/laravel-sns-events": "^7.2"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -39,10 +39,8 @@
3939
},
4040
"require-dev": {
4141
"mockery/mockery": "^1.5",
42-
"orchestra/testbench": "^6.28|^7.0",
43-
"orchestra/testbench": "^6.28|^7.0",
44-
"orchestra/testbench-core": "^6.28|^7.0",
45-
"phpunit/phpunit": "^9.5.21"
42+
"orchestra/testbench": "^7.23|^8.1.1",
43+
"phpunit/phpunit": "^9.5.25"
4644
},
4745
"config": {
4846
"sort-packages": true

0 commit comments

Comments
 (0)