File tree 4 files changed +21
-23
lines changed
4 files changed +21
-23
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,12 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : [8.0, 7.4, 7.3 ]
17
- laravel : [8.*, 7 .*]
16
+ php : [8.1, 8.0 ]
17
+ laravel : [9 .*]
18
18
dependency-version : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 8.*
21
- testbench : 6.*
22
- - laravel : 7.*
23
- testbench : 5.*
24
- exclude :
25
- - laravel : 8.*
26
- php : 7.2
27
- - laravel : 7.*
28
- php : 8.0
20
+ - laravel : 9.*
21
+ testbench : 7.*
29
22
30
23
name : P ${{ matrix.php }} - L ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
31
24
51
44
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
52
45
53
46
- name : Execute tests
54
- run : vendor/bin/phpunit
47
+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.3
5
- - 7.4
4
+ - 8.0
6
5
7
6
before_script :
8
7
- composer selfupdate
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` glorand/laravel-model-settings ` will be documented in this file
4
4
5
+ ## 5.0.0 - 2022-02-10
6
+ ### Added
7
+ - Add support for Laravel 9 by @belzaaron
8
+ - DROP Laravel 7,8 support
9
+ - 8.0 min. php version
10
+
5
11
## 4.4.1 - 2021-11-13
6
12
### Fix
7
13
- fix validation variable name
Original file line number Diff line number Diff line change 17
17
" settings"
18
18
],
19
19
"require" : {
20
- "php" : " >=7.3 " ,
21
- "illuminate/config" : " ^7.0|^8 .0" ,
22
- "illuminate/database" : " ^7.0|^8 .0" ,
23
- "illuminate/support" : " ^7.0|^8 .0" ,
24
- "illuminate/console" : " ^7.0|^8 .0" ,
25
- "illuminate/filesystem" : " ^7.0|^8 .0" ,
26
- "illuminate/cache" : " ^7.0|^8 .0" ,
20
+ "php" : " ^8.0 " ,
21
+ "illuminate/config" : " ^9 .0" ,
22
+ "illuminate/database" : " ^9 .0" ,
23
+ "illuminate/support" : " ^9 .0" ,
24
+ "illuminate/console" : " ^9 .0" ,
25
+ "illuminate/filesystem" : " ^9 .0" ,
26
+ "illuminate/cache" : " ^9 .0" ,
27
27
"ext-json" : " *"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^8.0|^9.0" ,
31
- "orchestra/testbench" : " ^5.0|^6 .0" ,
32
- "friendsofphp/php-cs-fixer" : " ^2.16@dev " ,
31
+ "orchestra/testbench" : " ^7 .0" ,
32
+ "friendsofphp/php-cs-fixer" : " ^3.6 " ,
33
33
"josiasmontag/laravel-redis-mock" : " ^1.2"
34
34
},
35
35
"suggest" : {
You can’t perform that action at this time.
0 commit comments