Skip to content

Commit

Permalink
[TASK] Update Ruby 3.3 to 3.3.6 on CI (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 8, 2024
1 parent 4efcd5f commit 1b37c6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.5'
ruby-version: '3.3.6'
bundler-cache: true
- name: 'Check the environment'
run: |
Expand Down Expand Up @@ -52,13 +52,13 @@ jobs:
include:
- { 'rails': '6.1', 'ruby': '3.1.6' }
- { 'rails': '6.1', 'ruby': '3.2.6' }
- { 'rails': '6.1', 'ruby': '3.3.5' }
- { 'rails': '6.1', 'ruby': '3.3.6' }
- { 'rails': '7.0', 'ruby': '3.1.6' }
- { 'rails': '7.0', 'ruby': '3.2.6' }
- { 'rails': '7.0', 'ruby': '3.3.5' }
- { 'rails': '7.0', 'ruby': '3.3.6' }
- { 'rails': '7.1', 'ruby': '3.1.6' }
- { 'rails': '7.1', 'ruby': '3.2.6' }
- { 'rails': '7.1', 'ruby': '3.3.5' }
- { 'rails': '7.1', 'ruby': '3.3.6' }
- { 'rails': '7.2', 'ruby': '3.1.6' }
- { 'rails': '7.2', 'ruby': '3.2.6' }
- { 'rails': '7.2', 'ruby': '3.3.5' }
- { 'rails': '7.2', 'ruby': '3.3.6' }
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.5'
ruby-version: '3.3.6'

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

0 comments on commit 1b37c6b

Please sign in to comment.