File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
fast_finish : true
13
13
include :
14
- - php : 7.2
15
- env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
16
- - php : 7.2
17
- env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
18
-
19
14
- php : 7.3
20
15
env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
21
16
- php : 7.3
@@ -32,6 +27,20 @@ matrix:
32
27
- php : 7.4
33
28
env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
34
29
30
+ - php : 8.0
31
+ env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
32
+ - php : 8.0
33
+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
34
+ - php : 8.0
35
+ env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
36
+
37
+ - php : 8.1
38
+ env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
39
+ - php : 8.1
40
+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
41
+ - php : 8.1
42
+ env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
43
+
35
44
before_install :
36
45
- travis_retry composer self-update
37
46
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-ip-middleware ` will be documented in this file
4
4
5
+ ## 1.6.0 - 2021-12-17
6
+
7
+ - Dropped support for PHP 7.2
8
+ - Added support for PHP 8
9
+
10
+ ## 1.5.0 - 2020-09-23
11
+
12
+ - Added support for Laravel 8
13
+
5
14
## 1.4.0 - 2020-03-03
6
15
7
16
- Added support for Laravel 7
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Laravel middleware for whitelisting/blacklisting client IP addresses
15
15
16
16
## Requirements
17
17
18
- * PHP ** 7.2 ** or higher
18
+ * PHP ** 7.3 ** or higher
19
19
* Laravel ** 6** or higher
20
20
21
21
## Installation
You can’t perform that action at this time.
0 commit comments