Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Use Ruby 3.1 consistently (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Lane <[email protected]>
  • Loading branch information
aaron-lane and Aaron Lane authored Jan 22, 2023
1 parent 4784e96 commit 8e76bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
gem cert --add certs/gem-public_cert.pem
gem build kitchen-terraform.gemspec --strict --output kitchen-terraform.gem
- name: Upload Ruby Gem
if: ${{ github.event_name == 'push' && github.ref_name == 'main' && matrix.ruby-version == '3.2' }}
if: ${{ github.event_name == 'push' && github.ref_name == 'main' && matrix.ruby-version == '3.1' }}
uses: actions/upload-artifact@v3
with:
name: ruby-gem
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.1'
bundler-cache: false
- name: Download Ruby Gem
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 8e76bc7

Please sign in to comment.