mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
Issue #219: Use correct version when testing source install.
This commit is contained in:
parent
462ebfaabf
commit
5a5bbe0a8d
@ -22,10 +22,10 @@ env:
|
|||||||
# Only test source install on latest supported OSes.
|
# Only test source install on latest supported OSes.
|
||||||
- distro: centos7
|
- distro: centos7
|
||||||
playbook: test-source.yml
|
playbook: test-source.yml
|
||||||
php_version: 7.0.13
|
php_version: 7.1.9
|
||||||
- distro: ubuntu1604
|
- distro: ubuntu1604
|
||||||
playbook: test-source.yml
|
playbook: test-source.yml
|
||||||
php_version: 7.0.13
|
php_version: 7.1.9
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Configure test script so we can run extra tests after playbook is run.
|
# Configure test script so we can run extra tests after playbook is run.
|
||||||
|
Loading…
Reference in New Issue
Block a user