From 5a5bbe0a8d6dfbfa774d7271f6077ed30a6ab7c2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 21 Sep 2017 22:26:28 -0500 Subject: [PATCH] Issue #219: Use correct version when testing source install. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0550811..bdaa1a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,10 @@ env: # Only test source install on latest supported OSes. - distro: centos7 playbook: test-source.yml - php_version: 7.0.13 + php_version: 7.1.9 - distro: ubuntu1604 playbook: test-source.yml - php_version: 7.0.13 + php_version: 7.1.9 script: # Configure test script so we can run extra tests after playbook is run.