Skip to content

Commit 7c0dba8

Browse files
authored
Merge pull request #1818 from ampproject/1813-php73-for-travis
Run tests using PHP 7.3 on Travis CI
2 parents 84c1894 + 14bccd8 commit 7c0dba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ after_script:
3434
jobs:
3535
include:
3636
- stage: test
37-
php: "7.2"
37+
php: "7.3"
3838
env: WP_VERSION=5.0
3939
- php: "5.4"
4040
env: WP_VERSION=4.9 DEV_LIB_SKIP=composer,phpcs
@@ -48,6 +48,8 @@ jobs:
4848
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
4949
- php: "7.1"
5050
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
51+
- php: "7.2"
52+
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
5153
- stage: deploy
5254
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 )
5355
php: "7.1"

0 commit comments

Comments
 (0)