diff --git a/.github/workflows/gem_acceptance.yml b/.github/workflows/gem_acceptance.yml index ddf0209..f09088d 100644 --- a/.github/workflows/gem_acceptance.yml +++ b/.github/workflows/gem_acceptance.yml @@ -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." diff --git a/.github/workflows/gem_ci.yml b/.github/workflows/gem_ci.yml index fa4f3dd..98c54e4 100644 --- a/.github/workflows/gem_ci.yml +++ b/.github/workflows/gem_ci.yml @@ -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" diff --git a/.github/workflows/gem_release.yml b/.github/workflows/gem_release.yml index a78698f..c1a71bb 100644 --- a/.github/workflows/gem_release.yml +++ b/.github/workflows/gem_release.yml @@ -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" diff --git a/.github/workflows/mend_ruby.yml b/.github/workflows/mend_ruby.yml index d4fb8ce..3217ab4 100644 --- a/.github/workflows/mend_ruby.yml +++ b/.github/workflows/mend_ruby.yml @@ -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() diff --git a/.github/workflows/module_acceptance.yml b/.github/workflows/module_acceptance.yml index 08de0ae..62710b5 100644 --- a/.github/workflows/module_acceptance.yml +++ b/.github/workflows/module_acceptance.yml @@ -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" @@ -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" diff --git a/.github/workflows/module_ci.yml b/.github/workflows/module_ci.yml index 0f91d7c..53f23be 100644 --- a/.github/workflows/module_ci.yml +++ b/.github/workflows/module_ci.yml @@ -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." diff --git a/.github/workflows/tooling_mend_ruby.yml b/.github/workflows/tooling_mend_ruby.yml index 9301f2b..4d4099b 100644 --- a/.github/workflows/tooling_mend_ruby.yml +++ b/.github/workflows/tooling_mend_ruby.yml @@ -17,7 +17,7 @@ on: ruby_version: description: "The target Ruby version." required: false - default: "2.7" + default: "3.1" type: "string" env: