Skip to content

Commit

Permalink
Test more versions on php 7.3 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
BackEndTea authored and maks-rafalko committed Feb 22, 2019
1 parent 2c00447 commit e295974
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,29 @@ jobs:
php: 7.2
env: DEPS="LOW" PHPDBG=1

-
<<: *STANDARD_TEST_JOB
php: 7.3

-
<<: *STANDARD_TEST_JOB
php: 7.3
env: NO_DEBUGGER=1

-
<<: *STANDARD_TEST_JOB
php: 7.3
env: PHPDBG=1

-
<<: *STANDARD_TEST_JOB
php: 7.3
env: DEPS="LOW"

-
<<: *STANDARD_TEST_JOB
php: 7.3
env: DEPS="LOW" PHPDBG=1

-
<<: *STANDARD_TEST_JOB
Expand Down

0 comments on commit e295974

Please sign in to comment.