Skip to content

Commit

Permalink
Update ruby versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsmydoing committed Dec 4, 2023
1 parent f723ab8 commit 84698bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1

- name: Publish to RubyGems
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['3.1', '3.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 84698bb

Please sign in to comment.