Skip to content

Commit

Permalink
[TASK] Update the Ruby versions on CI
Browse files Browse the repository at this point in the history
Fixes #164
  • Loading branch information
oliverklee committed May 31, 2024
1 parent 843d05e commit c06655b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
ruby-version: '3.3.2'
- name: 'Check the environment'
run: |
ruby --version
Expand Down Expand Up @@ -59,12 +59,12 @@ jobs:
fail-fast: false
matrix:
include:
- { 'rails': '6.1', 'ruby': '3.1.5' }
- { 'rails': '6.1', 'ruby': '3.1.6' }
- { 'rails': '6.1', 'ruby': '3.2.4' }
- { 'rails': '6.1', 'ruby': '3.3.1' }
- { 'rails': '7.0', 'ruby': '3.1.5' }
- { 'rails': '6.1', 'ruby': '3.3.2' }
- { 'rails': '7.0', 'ruby': '3.1.6' }
- { 'rails': '7.0', 'ruby': '3.2.4' }
- { 'rails': '7.0', 'ruby': '3.3.1' }
- { 'rails': '7.1', 'ruby': '3.1.5' }
- { 'rails': '7.0', 'ruby': '3.3.2' }
- { 'rails': '7.1', 'ruby': '3.1.6' }
- { 'rails': '7.1', 'ruby': '3.2.4' }
- { 'rails': '7.1', 'ruby': '3.3.1' }
- { 'rails': '7.1', 'ruby': '3.3.2' }
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
ruby-version: '3.3.2'

- name: 'Publish to RubyGems'
run: |
Expand Down

0 comments on commit c06655b

Please sign in to comment.