Skip to content

Commit

Permalink
Run integration tests also with PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
martomo committed Nov 28, 2019
1 parent 6f48d8c commit e02d9ee
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,19 @@ jobs:
- PHP_VERSION="7.1"
- XDEBUG_VERSION="2.5.5"
<<: *sublime-text-unittesting-linux
- name: Linux (Sublime Text 3, Xdebug 2.7.2, PHP 7.2)
- name: Linux (Sublime Text 3, Xdebug 2.6.1, PHP 7.2)
env:
- PHP_VERSION="7.2"
- XDEBUG_VERSION="2.7.2"
- XDEBUG_VERSION="2.6.1"
<<: *sublime-text-unittesting-linux
- name: Linux (Sublime Text 3, Xdebug 2.8.0, PHP 7.3)
- name: Linux (Sublime Text 3, Xdebug 2.7.2, PHP 7.3)
env:
- PHP_VERSION="7.3"
- XDEBUG_VERSION="2.7.2"
<<: *sublime-text-unittesting-linux
- name: Linux (Sublime Text 3, Xdebug 2.8.0, PHP 7.4)
env:
- PHP_VERSION="7.4"
- XDEBUG_VERSION="2.8.0"
<<: *sublime-text-unittesting-linux
# Keep macOS jobs to a minimum as Homebrew setup significantly increases total testing time
Expand Down

0 comments on commit e02d9ee

Please sign in to comment.