Skip to content

Commit

Permalink
Merge pull request #1818 from ampproject/1813-php73-for-travis
Browse files Browse the repository at this point in the history
Run tests using PHP 7.3 on Travis CI
  • Loading branch information
westonruter committed Jan 16, 2019
2 parents 84c1894 + 14bccd8 commit 7c0dba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ after_script:
jobs:
include:
- stage: test
php: "7.2"
php: "7.3"
env: WP_VERSION=5.0
- php: "5.4"
env: WP_VERSION=4.9 DEV_LIB_SKIP=composer,phpcs
Expand All @@ -48,6 +48,8 @@ jobs:
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
- php: "7.1"
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
- php: "7.2"
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
- stage: deploy
if: type = push AND fork = false AND ( branch =~ ^[a-z][a-z0-9-]{0,10}$ OR branch =~ ^[0-9]+\.[0-9]+$ ) AND NOT branch IN ( live, test, dev, settings, team, support, debug, multidev, files, tags, billing )
php: "7.1"
Expand Down

0 comments on commit 7c0dba8

Please sign in to comment.