diff options
author | Paul Giberson <paul@halaslabs.com> | 2019-07-03 10:11:03 -0700 |
---|---|---|
committer | Paul Giberson <paul@halaslabs.com> | 2019-07-08 16:43:13 -0700 |
commit | f00c1718e9b9046cd7b3f153eae37ffd26b78fb4 (patch) | |
tree | 49521e27c45536f0e6afcff67c65180b6816ec5c | |
parent | 8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff) | |
download | gitlab-ce-f00c1718e9b9046cd7b3f153eae37ffd26b78fb4.tar.gz |
Updates to php:latest
-rw-r--r-- | changelogs/unreleased/patch-29.yml | 5 | ||||
-rw-r--r-- | lib/gitlab/ci/templates/PHP.gitlab-ci.yml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/patch-29.yml b/changelogs/unreleased/patch-29.yml new file mode 100644 index 00000000000..674c06e1259 --- /dev/null +++ b/changelogs/unreleased/patch-29.yml @@ -0,0 +1,5 @@ +--- +title: Updates PHP template to php:latest to ensure always targeting latest stable +merge_request: 30319 +author: Paul Giberson +type: changed diff --git a/lib/gitlab/ci/templates/PHP.gitlab-ci.yml b/lib/gitlab/ci/templates/PHP.gitlab-ci.yml index b9fee2d5731..25ea20e454f 100644 --- a/lib/gitlab/ci/templates/PHP.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/PHP.gitlab-ci.yml @@ -1,5 +1,5 @@ # Select image from https://hub.docker.com/_/php/ -image: php:7.1.1 +image: php:latest # Select what we should cache between builds cache: |