File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3838 - name : " Install Ruby 2.7"
3939 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
4040 with :
41- ruby-version : 2 .7
41+ ruby-version : 3.4 .7
4242 bundler-cache : true
4343 - run : " bundle exec rake syntax"
4444
5050 - name : " Install Ruby 2.7"
5151 uses : ruby/setup-ruby@v1
5252 with :
53- ruby-version : 2 .7
53+ ruby-version : 3.4 .7
5454 bundler-cache : true
5555 - run : " bundle exec rake lint"
5656 - run : " bundle exec rake metadata_lint"
6464 - name : " Install Ruby 2.7"
6565 uses : ruby/setup-ruby@v1
6666 with :
67- ruby-version : 2 .7
67+ ruby-version : 3.4 .7
6868 bundler-cache : true
6969 - run : |
7070 bundle show
7878 - name : ' Install Ruby 2.7'
7979 uses : ruby/setup-ruby@v1
8080 with :
81- ruby-version : 2 .7
81+ ruby-version : 3.4 .7
8282 bundler-cache : true
8383 - run : bundle exec rake check:dot_underscore
8484 - run : bundle exec rake check:test_file
9191 - name : ' Install Ruby 2.7'
9292 uses : ruby/setup-ruby@v1
9393 with :
94- ruby-version : 2 .7
94+ ruby-version : 3.4 .7
9595 bundler-cache : true
9696 - name : ' Tags and changelogs'
9797 run : |
Original file line number Diff line number Diff line change 5555 clean : true
5656 - uses : ruby/setup-ruby@v1
5757 with :
58- ruby-version : 2 .7
58+ ruby-version : 3.4 .7
5959 bundler-cache : true
6060 - run : bundle exec rake pkg:check_version
6161 - run : bundle exec rake pkg:compare_latest_tag
@@ -180,7 +180,7 @@ jobs:
180180 clean : true
181181 - uses : ruby/setup-ruby@v1
182182 with :
183- ruby-version : 2 .7
183+ ruby-version : 3.4 .7
184184 bundler-cache : true
185185 - name : Build Puppet module (PDK)
186186 run : bundle exec pdk build --force
Original file line number Diff line number Diff line change @@ -233,21 +233,21 @@ variables:
233233# -----------------------------------------------------------------------
234234
235235.pup_7_x : &pup_7_x
236- image : ' ruby:2.7 '
236+ image : ' ruby:3.4 '
237237 variables :
238238 PUPPET_VERSION : ' ~> 7.0'
239239 BEAKER_PUPPET_COLLECTION : ' puppet7'
240240 MATRIX_RUBY_VERSION : ' 2.7'
241241
242242.pup_7_pe : &pup_7_pe
243- image : ' ruby:2.7 '
243+ image : ' ruby:3.4 '
244244 variables :
245245 PUPPET_VERSION : ' 7.21.0'
246246 BEAKER_PUPPET_COLLECTION : ' puppet7'
247247 MATRIX_RUBY_VERSION : ' 2.7'
248248
249249.pup_8_x : &pup_8_x
250- image : ' ruby:3.2 '
250+ image : ' ruby:3.4 '
251251 variables :
252252 PUPPET_VERSION : ' ~> 8.0'
253253 BEAKER_PUPPET_COLLECTION : ' puppet8'
@@ -276,7 +276,7 @@ variables:
276276 - ' bundle exec rake spec'
277277
278278.beaker : &beaker
279- image : ruby:2.7.8 # must be 2.7.2 if running in GCP
279+ image : ruby:3.4.7 # must be 2.7.2 if running in GCP
280280 tags :
281281 - beaker
282282 before_script :
You can’t perform that action at this time.
0 commit comments