File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
php : [ 8.0, 8.1 ]
12
- laravel : [ 8.*, 9.* ]
12
+ laravel : [ 8.*, 9.*, 10.* ]
13
13
dependency-version : [ prefer-stable ]
14
14
include :
15
15
- laravel : 6.*
31
31
testbench : 6.*
32
32
- laravel : 9.*
33
33
testbench : 7.*
34
+ - laravel : 10.*
35
+ testbench : 8.*
36
+ exclude :
37
+ - laravel : 10.*
38
+ php : 8.0
34
39
35
40
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
36
41
Original file line number Diff line number Diff line change 1
1
# Flash Notifications for Laravel
2
2
3
3
[ ![ GitHub release] ( https://img.shields.io/github/release/codezero-be/laravel-flash.svg?style=flat-square )] ( https://github.com/codezero-be/laravel-flash/releases )
4
- [ ![ Laravel] ( https://img.shields.io/badge/laravel-9 -red?style=flat-square&logo=laravel&logoColor=white )] ( https://laravel.com )
4
+ [ ![ Laravel] ( https://img.shields.io/badge/laravel-10 -red?style=flat-square&logo=laravel&logoColor=white )] ( https://laravel.com )
5
5
[ ![ License] ( https://img.shields.io/packagist/l/codezero/laravel-flash.svg?style=flat-square )] ( LICENSE.md )
6
- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/codezero-be/laravel-flash/Tests/master ?style=flat-square&logo=github&logoColor=white&label=tests )] ( https://github.com/codezero-be/laravel-flash/actions )
6
+ [ ![ Build Status] ( https://img.shields.io/github/actions/ workflow/status/codezero-be/laravel-flash/run-tests.yml ?style=flat-square&logo=github&logoColor=white&label=tests )] ( https://github.com/codezero-be/laravel-flash/actions )
7
7
[ ![ Code Coverage] ( https://img.shields.io/codacy/coverage/22d50bd2782540bb806f576966a5f5d5/master?style=flat-square )] ( https://app.codacy.com/gh/codezero-be/laravel-flash )
8
8
[ ![ Code Quality] ( https://img.shields.io/codacy/grade/22d50bd2782540bb806f576966a5f5d5/master?style=flat-square )] ( https://app.codacy.com/gh/codezero-be/laravel-flash )
9
9
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/codezero/laravel-flash.svg?style=flat-square )] ( https://packagist.org/packages/codezero/laravel-flash )
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.2|^8.0" ,
20
- "illuminate/session" : " ^6.0|^7.0|^8.0|^9.0" ,
21
- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0"
20
+ "illuminate/session" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
21
+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0 "
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0" ,
24
+ "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0|^8.0 " ,
25
25
"phpunit/phpunit" : " ^8.0|^9.0"
26
26
},
27
27
"scripts" : {
You can’t perform that action at this time.
0 commit comments