Skip to content

Commit cbb9796

Browse files
committed
(maint) Standardizes Rubies in GitHub Actions
The Ruby versions used in our GitHub Actions were inconsistent. This commit sets all Ruby versions to use the short version (e.g. 2.5 instead of 2.5.9) for all Rubies to automatically match the latest release of that version.
1 parent 5ad5353 commit cbb9796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/task_acceptance_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ 'centos-7', 'ubuntu-18.04', 'rocky-8' ]
1616

1717
env:
18-
ruby_version: 2.5.9
18+
ruby_version: 2.5
1919
GEM_BOLT: true
2020
BEAKER_debug: true
2121
BEAKER_set: docker/${{ matrix.os }}

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
puppet_version: [ 6, 7 ]
1717
include:
1818
- puppet_version: 6
19-
ruby: 2.5.8
19+
ruby: 2.5
2020
- puppet_version: 7
2121
ruby: 2.7
2222

.github/workflows/unit_tests_with_released_puppet_gem.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
puppet_version: [ 6, 7 ]
1717
include:
1818
- puppet_version: 6
19-
ruby: 2.5.8
19+
ruby: 2.5
2020
- puppet_version: 7
2121
ruby: 2.7
2222

0 commit comments

Comments
 (0)