Skip to content

Commit

Permalink
[TASK] Bump CI to Ruby 3.3.3 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jun 14, 2024
1 parent f56adea commit 27de804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.2'
ruby-version: '3.3.3'
bundler-cache: true
- name: 'Check the environment'
run: |
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
include:
- { 'rails': '6.1', 'ruby': '3.1.6' }
- { 'rails': '6.1', 'ruby': '3.2.4' }
- { 'rails': '6.1', 'ruby': '3.3.2' }
- { 'rails': '6.1', 'ruby': '3.3.3' }
- { 'rails': '7.0', 'ruby': '3.1.6' }
- { 'rails': '7.0', 'ruby': '3.2.4' }
- { 'rails': '7.0', 'ruby': '3.3.2' }
- { 'rails': '7.0', 'ruby': '3.3.3' }
- { 'rails': '7.1', 'ruby': '3.1.6' }
- { 'rails': '7.1', 'ruby': '3.2.4' }
- { 'rails': '7.1', 'ruby': '3.3.2' }
- { 'rails': '7.1', 'ruby': '3.3.3' }
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.2'
ruby-version: '3.3.3'

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

0 comments on commit 27de804

Please sign in to comment.