Skip to content

Commit 9491ce2

Browse files
committed
(PA-5336) Update task acceptance Ruby to 3.1
This commit updates the version of Ruby used by the task acceptance tests from 2.5, which is end-of-life and no longer used by any supported version of Puppet, to 3.1, which is the minimum version for Puppet 8.
1 parent aed7ec7 commit 9491ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ 'centos-7', 'ubuntu-20.04', 'rocky-8' ]
1616

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

0 commit comments

Comments
 (0)