Skip to content

Commit

Permalink
PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Dec 17, 2021
1 parent 92a92c4 commit 6b75d10
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.2
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
- php: 7.2
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0

- php: 7.3
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
- php: 7.3
Expand All @@ -32,6 +27,20 @@ matrix:
- php: 7.4
env: LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0

- php: 8.0
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
- php: 8.0
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
- php: 8.0
env: LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0

- php: 8.1
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
- php: 8.1
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
- php: 8.1
env: LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0

before_install:
- travis_retry composer self-update
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to `laravel-ip-middleware` will be documented in this file

## 1.6.0 - 2021-12-17

- Dropped support for PHP 7.2
- Added support for PHP 8

## 1.5.0 - 2020-09-23

- Added support for Laravel 8

## 1.4.0 - 2020-03-03

- Added support for Laravel 7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Laravel middleware for whitelisting/blacklisting client IP addresses

## Requirements

* PHP **7.2** or higher
* PHP **7.3** or higher
* Laravel **6** or higher

## Installation
Expand Down

0 comments on commit 6b75d10

Please sign in to comment.