Skip to content

Commit

Permalink
Test PHP 7.3, 7.4, 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Nov 6, 2019
1 parent 61502af commit 47a1ced
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
language: php
sudo: false

php:
- "7.0"
- "7.1"
- "7.2"

matrix:
fast_finish: true
fast_finish: true
include:
- php: "7.0"
- php: "7.1"
- php: "7.2"
- php: "7.3"
- php: "7.4snapshot"
- php: "nightly"
allow_failures:
- php: "nightly"
- php: "7.4snapshot"

install:
- composer self-update
Expand Down

0 comments on commit 47a1ced

Please sign in to comment.