File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest]
12
- php : [8.0, 7.4]
13
- laravel : [8.*]
12
+ php : [8.1, 8. 0, 7.4]
13
+ laravel : [8.*, 9.* ]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 9.*
17
+ testbench : 7.*
16
18
- laravel : 8.*
17
19
testbench : 6.*
20
+ exclude :
21
+ - laravel : 9.*
22
+ php : 7.4
23
+ - laravel : 8.*
24
+ php : 8.1
25
+ stability : prefer-lowest
18
26
19
27
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
28
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.23.0] - 2022-02-11
8
+
9
+ ### Added
10
+
11
+ - Laravel 9 Support
12
+
7
13
## [ 1.22.0] - 2022-01-20
8
14
9
15
### Added
@@ -590,7 +596,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
590
596
591
597
- Initial release
592
598
593
- [ unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.22.0...development
599
+ [ unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.23.0...development
600
+ [ 1.23.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.22.0...v1.23.0
594
601
[ 1.22.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.21.0...v1.22.0
595
602
[ 1.21.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.20.1...v1.21.0
596
603
[ 1.20.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.20.0...v1.20.1
Original file line number Diff line number Diff line change 21
21
"php" : " ^7.4|^8.0" ,
22
22
"livewire/livewire" : " ^2.6" ,
23
23
"spatie/laravel-package-tools" : " ^1.4.3" ,
24
- "illuminate/contracts" : " ^8.0"
24
+ "illuminate/contracts" : " ^8.0|^9.0 "
25
25
},
26
26
"require-dev" : {
27
27
"ext-sqlite3" : " *" ,
28
- "orchestra/testbench" : " ^6.13" ,
28
+ "orchestra/testbench" : " ^6.13|^7.0 " ,
29
29
"phpunit/phpunit" : " ^9.3" ,
30
30
"spatie/laravel-ray" : " ^1.9" ,
31
31
"vimeo/psalm" : " ^4.4"
You can’t perform that action at this time.
0 commit comments