Skip to content

Commit fa44535

Browse files
authored
Merge pull request #623 from mhashizume/maint/main/ruby_25_update
(maint) Standardizes Rubies in GitHub Actions
2 parents a5e6134 + cbb9796 commit fa44535

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)