mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-10 09:59:32 +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.
|
||||
- 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.
|
||||
|
Loading…
Reference in New Issue
Block a user