Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 97c006d

Browse files
committed
Issue #2076: Update php-versions role to latest version.
1 parent 42e1253 commit 97c006d

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

provisioning/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ roles:
5757
- name: geerlingguy.php-tideways
5858
version: 2.2.0
5959
- name: geerlingguy.php-versions
60-
version: 4.0.3
60+
version: 4.0.4
6161
- name: geerlingguy.php-xdebug
6262
version: 3.0.0
6363
- name: geerlingguy.php-xhprof
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
skip_list:
22
- '306'
33
- '503'
4+
- '106'

provisioning/roles/geerlingguy.php-versions/.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ env:
2828
- MOLECULE_DISTRO: ubuntu1804
2929
MOLECULE_PLAYBOOK: playbook-7.2.yml
3030

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+
3135
install:
3236
# Install test dependencies.
3337
- pip install molecule yamllint ansible-lint docker
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
extends: default
3+
34
rules:
45
line-length:
56
max: 120
67
level: warning
8+
9+
ignore: |
10+
.github/stale.yml

provisioning/roles/geerlingguy.php-versions/meta/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
dependencies: []
33

44
galaxy_info:
5+
# See: https://github.com/ansible/galaxy/issues/2393
6+
# role_name: php-versions
57
author: geerlingguy
68
description: Allows different PHP versions to be installed.
79
company: "Midwestern Mac, LLC"

provisioning/roles/geerlingguy.php-versions/molecule/default/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dependency:
44
driver:
55
name: docker
66
lint: |
7+
set -e
78
yamllint .
89
ansible-lint
910
platforms:

provisioning/roles/geerlingguy.php-versions/vars/Debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ __php_packages:
4141
php_versions_debian:
4242
- php7.2-common
4343
- php7.3-common
44+
- php7.4-common

0 commit comments

Comments
 (0)