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 1111matrix :
1212 fast_finish : true
1313 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-
1914 - php : 7.3
2015 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
2116 - php : 7.3
@@ -32,6 +27,20 @@ matrix:
3227 - php : 7.4
3328 env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
3429
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+
3544before_install :
3645 - travis_retry composer self-update
3746 - 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 22
33All notable changes to ` laravel-ip-middleware ` will be documented in this file
44
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+
514## 1.4.0 - 2020-03-03
615
716- 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
1515
1616## Requirements
1717
18- * PHP ** 7.2 ** or higher
18+ * PHP ** 7.3 ** or higher
1919* Laravel ** 6** or higher
2020
2121## Installation
You can’t perform that action at this time.
0 commit comments