Skip to content

Commit

Permalink
Update Travis PHP version from 7.2 to 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 7, 2019
1 parent 999ee83 commit db9e425
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -11,22 +11,23 @@ env:

jobs:
include:
- php: 7.2
- php: 7.3
env: WP_VERSION=^5.0 COVERAGE=1 PHPCS=1
- php: 7.2
env: WP_VERSION=^4.9
- php: 7.2
env: WP_VERSION=^4.8
- php: 7.2
env: WP_VERSION=^4.7
- php: 7.2
- php: 7.3
env: WP_MULTISITE=1
- php: 7.2
- php: 7.3
env: PHPSTAN=1
- php: 7.2
- php: 7.3
env: PHPMD=1
- php: 7.2
- php: 7.3
env: PSALM=1
- php: 7.2
- php: 7.1
- php: 7.0
- php: 5.6
Expand Down

0 comments on commit db9e425

Please sign in to comment.