Skip to content

Commit

Permalink
Bump ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 19, 2024
1 parent c131e56 commit b3d2960
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.repository_owner == 'benjamin-robertson' }}

- name: Activate Ruby 2.7
- name: Activate Ruby 3.2
uses: ruby/setup-ruby@v1
if: ${{ github.repository_owner == 'benjamin-robertson' }}
with:
ruby-version: "2.7"
ruby-version: "3.2.3"
bundler-cache: true

- name: Print bundle environment
Expand Down Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v3

- name: Activate Ruby 2.7
- name: Activate Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.2.3"
bundler-cache: true

- name: Print bundle environment
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.repository_owner == 'benjamin-robertson' }}

- name: Activate Ruby 2.7
- name: Activate Ruby 3.2
uses: ruby/setup-ruby@v1
if: ${{ github.repository_owner == 'benjamin-robertson' }}
with:
ruby-version: "2.7"
ruby-version: "3.2.3"
bundler-cache: true

- name: Print bundle environment
Expand All @@ -48,17 +48,17 @@ jobs:
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

env:
PUPPET_GEM_VERSION: '~> 7.24'
PUPPET_GEM_VERSION: '~> 8.7'
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?

steps:
- name: Checkout Source
uses: actions/checkout@v3

- name: Activate Ruby 2.7
- name: Activate Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.2.3"
bundler-cache: true

- name: Print bundle environment
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.repository_owner == 'benjamin-robertson' }}

- name: Activate Ruby 2.7
- name: Activate Ruby 3.2
uses: ruby/setup-ruby@v1
if: ${{ github.repository_owner == 'benjamin-robertson' }}
with:
ruby-version: "2.7"
ruby-version: "3.2.3"
bundler-cache: true

- name: Print bundle environment
Expand Down Expand Up @@ -52,17 +52,17 @@ jobs:
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

env:
PUPPET_GEM_VERSION: '~> 7.24'
PUPPET_GEM_VERSION: '~> 8.7'
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?

steps:
- name: Checkout Source
uses: actions/checkout@v3

- name: Activate Ruby 2.7
- name: Activate Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.2.3"
bundler-cache: true

- name: Print bundle environment
Expand Down

0 comments on commit b3d2960

Please sign in to comment.