Skip to content

Commit 4592750

Browse files
(PE-41319) Fix acceptance tests by upgrading litmus and ruby versions
1 parent 6a28860 commit 4592750

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Checkout Source
3636
uses: actions/checkout@v4
3737
if: ${{ github.repository_owner == 'puppetlabs' }}
38-
- name: Activate Ruby 2.7
38+
- name: Activate Ruby 3.1
3939
uses: ruby/setup-ruby@v1
4040
if: ${{ github.repository_owner == 'puppetlabs' }}
4141
with:
42-
ruby-version: '2.7'
42+
ruby-version: '3.1'
4343
bundler-cache: true
4444
- name: Print bundle environment
4545
if: ${{ github.repository_owner == 'puppetlabs' }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ group :development do
4141
gem "orchestrator_client", '< 0.7.1', require: false
4242
end
4343
group :system_tests do
44-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
44+
gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw]
4545
gem "serverspec", '~> 2.41', require: false
4646
end
4747
group :release_prep do

0 commit comments

Comments
 (0)