Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gem_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
ruby_version:
description: "The target Ruby version."
required: false
default: "2.7"
default: "3.1"
type: "string"
puppet_version:
description: "The target Puppet version."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
ruby_version:
description: "The target Ruby version."
required: false
default: "2.7"
default: "3.1"
type: "string"
puppet_gem_version:
description: "Specifies the version of the Puppet gem to be installed"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Setup ruby"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: "true"

- name: "Bundle environment"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: success()
uses: "ruby/setup-ruby@v1"
with:
ruby-version: 2.7
ruby-version: 3.1

- name: "bundle lock"
if: success()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/module_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: "Setup ruby"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: true

- name: "Bundle environment"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: "Setup ruby"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: true

- name: "Bundle environment"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
ruby_version:
description: "Ruby version to use"
required: false
default: '2.7'
default: '3.1'
type: "string"
puppetcore_api_type:
description: "The type of API to use for Puppet Core."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tooling_mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
ruby_version:
description: "The target Ruby version."
required: false
default: "2.7"
default: "3.1"
type: "string"

env:
Expand Down