Skip to content

Commit e028773

Browse files
Update ruby Docker tag to v3
1 parent 2a434a7 commit e028773

File tree

14 files changed

+44
-44
lines changed

14 files changed

+44
-44
lines changed

.github/workflows/tag_deploy_rubygem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT"
9393
- uses: ruby/setup-ruby@v1
9494
with:
95-
ruby-version: 2.7
95+
ruby-version: 3.4.8
9696
bundler-cache: true
9797
- name: Test build the package
9898
run: "${{ steps.commands.outputs.build_command }}"
@@ -184,7 +184,7 @@ jobs:
184184
clean: true
185185
- uses: ruby/setup-ruby@v1
186186
with:
187-
ruby-version: 2.7
187+
ruby-version: 3.4.8
188188
bundler-cache: true
189189
- name: Build RubyGem
190190
run: |

spec/lib/simp/ci/files/job_broken_link_nodeset/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/job_invalid_nodeset/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/job_invalid_suite/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/job_missing_nodeset/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/job_missing_suite_and_nodeset/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/multiple_invalid_jobs/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/multiple_valid_jobs/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/no_acceptance_tests/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

spec/lib/simp/ci/files/valid_job_global_nodeset/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ variables:
6363
#-----------------------------------------------------------------------
6464

6565
.pup_5: &pup_5
66-
image: 'ruby:2.4'
66+
image: 'ruby:3.4'
6767
variables:
6868
PUPPET_VERSION: '~> 5.0'
6969
BEAKER_PUPPET_COLLECTION: 'puppet5'
7070
MATRIX_RUBY_VERSION: '2.4'
7171

7272
.pup_5_5_10: &pup_5_5_10
73-
image: 'ruby:2.4'
73+
image: 'ruby:3.4'
7474
variables:
7575
PUPPET_VERSION: '5.5.10'
7676
BEAKER_PUPPET_COLLECTION: 'puppet5'
7777
MATRIX_RUBY_VERSION: '2.4'
7878

7979
.pup_6: &pup_6
80-
image: 'ruby:2.5'
80+
image: 'ruby:3.4'
8181
variables:
8282
PUPPET_VERSION: '~> 6.0'
8383
BEAKER_PUPPET_COLLECTION: 'puppet6'

0 commit comments

Comments
 (0)