summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-11 15:52:55 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-11 15:52:55 -0400
commit08888152bdf5e350021b1ccaec40d882225178a0 (patch)
tree62c057448b99321d78035d60be833a3f8dc7af50
parent10767a0016b0f46aceab9ac97738390035a112dc (diff)
Puppet's version in Stretch is 4.8, not 4.5
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05430fd..611058c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,10 +24,10 @@ test:puppet38_future_parser:
FUTURE_PARSER: 'yes'
<<: *job_definition
-# Default debia stretch versions
-test:puppet45:
+# Default debian stretch versions
+test:puppet48:
variables:
- PUPPET_VERSION: "~> 4.5.2"
+ PUPPET_VERSION: "~> 4.8.2"
FACTER_VERSION: '~> 2.4.6'
<<: *job_definition