File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
fail-fast : true
17
17
matrix :
18
18
os : [ubuntu-18.04, windows-latest]
19
- php : [7.3, 7.4 , 8.0]
20
- laravel : [8 .*]
19
+ php : [8.1 , 8.0]
20
+ laravel : [9 .*]
21
21
dependency-version : [prefer-lowest, prefer-stable]
22
22
include :
23
- - laravel : 8 .*
24
- testbench : 6 .*
23
+ - laravel : 9 .*
24
+ testbench : 7 .*
25
25
26
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
27
27
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` crud ` will be documented in this file
4
4
5
+ ## 3.5.0 - 2022-02-10
6
+
7
+ ### Changed
8
+
9
+ - Support Laravel Orchid 12.x
10
+
5
11
## 3.4.0 - 2022-02-06
6
12
7
13
### Changed
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "orchid/platform" : " ^11.0"
19
- },
20
- "conflict" : {
21
- "orchid/platform" : " <11.0.1"
18
+ "orchid/platform" : " ^12.0"
22
19
},
23
20
"require-dev" : {
24
- "orchestra/testbench" : " ^6.0 " ,
21
+ "orchestra/testbench" : " ^70 " ,
25
22
"phpunit/phpunit" : " ^9.3"
26
23
},
27
24
"autoload" : {
You can’t perform that action at this time.
0 commit comments