Skip to content

Commit

Permalink
Test against php 7.4 (#625)
Browse files Browse the repository at this point in the history
Master is PHP 8.0 until its release
  • Loading branch information
BackEndTea authored and maks-rafalko committed Feb 11, 2019
1 parent 0b9abd9 commit 92c66b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -108,6 +108,11 @@ jobs:
<<: *STANDARD_TEST_JOB
php: 7.3
env: PHPDBG=1

-
<<: *STANDARD_TEST_JOB
php: 7.4snapshot
env: PHPDBG=1

-
<<: *STANDARD_TEST_JOB
Expand Down Expand Up @@ -149,3 +154,5 @@ jobs:
allow_failures:
- php: nightly
env: PHPDBG=1
- php: 7.4snapshot
env: PHPDBG=1

0 comments on commit 92c66b9

Please sign in to comment.