Skip to content

Commit

Permalink
Update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Paxton committed Jan 25, 2024
1 parent 2263f73 commit 82517e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ jobs:
PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}'
# lock to 2.1.0 because 2.2.0 is causing issues during builds
BUNDLER_GEM_VERSION: '~> 2.1.0'
RUBYGEMS_VERSION: '~> 3.2.3'
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- name: Bundle prep
Expand Down Expand Up @@ -93,11 +94,12 @@ jobs:
PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}'
# lock to 2.1.0 because 2.2.0 is causing issues during builds
BUNDLER_GEM_VERSION: '~> 2.1.0'
RUBYGEMS_VERSION: '~> 3.2.3'
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- name: Bundle prep
Expand Down

0 comments on commit 82517e9

Please sign in to comment.