This repository was archived by the owner on Feb 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +14
-1
lines changed
roles/geerlingguy.php-versions Expand file tree Collapse file tree 7 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 57
57
- name : geerlingguy.php-tideways
58
58
version : 2.2.0
59
59
- name : geerlingguy.php-versions
60
- version : 4.0.3
60
+ version : 4.0.4
61
61
- name : geerlingguy.php-xdebug
62
62
version : 3.0.0
63
63
- name : geerlingguy.php-xhprof
Original file line number Diff line number Diff line change 1
1
skip_list:
2
2
- '306'
3
3
- '503'
4
+ - '106'
Original file line number Diff line number Diff line change 28
28
- MOLECULE_DISTRO : ubuntu1804
29
29
MOLECULE_PLAYBOOK : playbook-7.2.yml
30
30
31
+ before_install :
32
+ # Upgrade Docker to work with docker-py.
33
+ - curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
34
+
31
35
install :
32
36
# Install test dependencies.
33
37
- pip install molecule yamllint ansible-lint docker
Original file line number Diff line number Diff line change 1
1
---
2
2
extends: default
3
+
3
4
rules:
4
5
line-length:
5
6
max: 120
6
7
level: warning
8
+
9
+ ignore: |
10
+ .github/stale.yml
Original file line number Diff line number Diff line change 2
2
dependencies : []
3
3
4
4
galaxy_info :
5
+ # See: https://github.com/ansible/galaxy/issues/2393
6
+ # role_name: php-versions
5
7
author : geerlingguy
6
8
description : Allows different PHP versions to be installed.
7
9
company : " Midwestern Mac, LLC"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ dependency:
4
4
driver :
5
5
name : docker
6
6
lint : |
7
+ set -e
7
8
yamllint .
8
9
ansible-lint
9
10
platforms :
Original file line number Diff line number Diff line change @@ -41,3 +41,4 @@ __php_packages:
41
41
php_versions_debian :
42
42
- php7.2-common
43
43
- php7.3-common
44
+ - php7.4-common
You can’t perform that action at this time.
0 commit comments