File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,14 @@ jobs:
12
12
fail-fast : true
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- php : [8.0 , 8.1 , 8.2 ]
15
+ php : [8.1 , 8.2 , 8.3 ]
16
16
laravel : ['9.*', '10.*', '11.*']
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
exclude :
19
19
- laravel : 9.*
20
20
php : 8.2
21
- - laravel : 10.*
22
- php : 8.0
23
- - laravel : 11.*
24
- php : 8.0
21
+ - laravel : 9.*
22
+ php : 8.3
25
23
- laravel : 11.*
26
24
php : 8.1
27
25
include :
Original file line number Diff line number Diff line change @@ -4,8 +4,14 @@ All notable changes to `cybercog/laravel-ban` will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
7
9
- ([ #95 ] ) Added Laravel 11 support
8
10
11
+ ### Removed
12
+
13
+ - Dropped PHP 8 support
14
+
9
15
## [ 4.8.0] - 2023-02-24
10
16
11
17
### Added
Original file line number Diff line number Diff line change 35
35
"docs" : " https://github.com/cybercog/laravel-ban/wiki"
36
36
},
37
37
"require" : {
38
- "php" : " ^8.0 " ,
38
+ "php" : " ^8.1 " ,
39
39
"illuminate/database" : " ^9.0|^10.0|^11.0" ,
40
40
"illuminate/events" : " ^9.0|^10.0|^11.0" ,
41
41
"illuminate/support" : " ^9.0|^10.0|^11.0"
You can’t perform that action at this time.
0 commit comments