File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- php : ['8.2 ', '8.1 ']
18
- laravel : ['10 .*', '9 .*']
17
+ php : ['8.1 ', '8.2 ']
18
+ laravel : ['9 .*', '10 .*']
19
19
include :
20
- - laravel : ' 10.*'
21
- testbench : ' 8.*'
22
20
- laravel : ' 9.*'
23
21
testbench : ' 7.*'
22
+ - laravel : ' 10.*'
23
+ testbench : ' 8.*'
24
24
25
25
name : P${{ matrix.php }} - L${{ matrix.laravel }}
26
26
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
4
4
5
5
## [ 5.3.0] ( https://github.com/Okipa/laravel-table/compare/5.2.2...5.3.0 )
6
6
7
- 2022-12-23
7
+ 2023-01-21
8
8
9
9
* Added PHP 8.2 support and locked PHP versions to 8.1 and 8.2
10
10
* Dropped Laravel 8 support
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Found this package helpful? Please consider supporting my work!
35
35
36
36
| Laravel version | Livewire version | PHP version | Package version |
37
37
| ------------------------------------------------------| ------------------| ------------------------------| -----------------|
38
- | ^9.0 | ; ^10.0 | ^2.0 | 8.1 | ; 8.2 | ^5.3 |
38
+ | ^9.0 | ; ^10.0 | ^2.0 | 8.1. * | ; 8.2. * | ^5.3 |
39
39
| ^8.0 | ; ^9.0 | ^2.0 | ^8.1 | ^5.0 |
40
40
| ^7.0 | ; ^8.0 | X | ^7.4 | ; ^8.0 | ^4.0 |
41
41
| ^7.0 | ; ^8.0 | X | ^7.4 | ; ^8.0 | ^3.0 |
Original file line number Diff line number Diff line change 26
26
}
27
27
],
28
28
"require" : {
29
- "php" : " 8.2 .*|8.1 .*" ,
30
- "illuminate/contracts" : " ^10 .0|^9 .0" ,
29
+ "php" : " 8.1 .*|8.2 .*" ,
30
+ "illuminate/contracts" : " ^9 .0|^10 .0" ,
31
31
"livewire/livewire" : " ^2.0"
32
32
},
33
33
"require-dev" : {
36
36
"laravel/pint" : " ^1.1" ,
37
37
"nunomaduro/collision" : " ^6.0" ,
38
38
"nunomaduro/larastan" : " ^2.0" ,
39
- "orchestra/testbench" : " ^8 .0|^7 .0" ,
39
+ "orchestra/testbench" : " ^7 .0|^8 .0" ,
40
40
"phpmd/phpmd" : " ^2.11"
41
41
},
42
42
"autoload" : {
You can’t perform that action at this time.
0 commit comments