Skip to content

Commit

Permalink
Update Github Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Jan 19, 2024
1 parent b25c064 commit df8a978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Ruby 2.6
uses: actions/setup-ruby@v1
- name: Setup Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- name: Publish to RubyGems
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Ruby 2.6
uses: actions/setup-ruby@v1
- name: Setup Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- name: Install dependencies
run: |
Expand Down

0 comments on commit df8a978

Please sign in to comment.