Skip to content

Commit 6b75d10

Browse files
committed
PHP 8.0 support
1 parent 92a92c4 commit 6b75d10

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ env:
1111
matrix:
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+
3544
before_install:
3645
- travis_retry composer self-update
3746
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)