Skip to content

Commit

Permalink
NEW: Drop PHP 5.6 testing
Browse files Browse the repository at this point in the history
PostgreSQL 2.3+, like Framework 4.5+, is able to be PHP 7.1+. Updated
the test matrix to reflect this.
  • Loading branch information
Sam Minnee committed Jul 3, 2019
1 parent 08c8293 commit 82f8a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.6
- 7.1

env:
global:
Expand All @@ -16,10 +16,10 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.1
env:
- PHPUNIT_TEST=framework
- php: 5.6
- php: 7.1
env:
- PHPUNIT_TEST=postgresql
- PHPCS_TEST=1
Expand Down

0 comments on commit 82f8a06

Please sign in to comment.