Skip to content

Commit

Permalink
Merge pull request #870 from mhashizume/maint/master/gh-ruby-version
Browse files Browse the repository at this point in the history
Switch to Ruby 3.3 for GitHub Actions
  • Loading branch information
cthorn42 committed Jul 10, 2024
2 parents 08c0261 + f25d32c commit a6798ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component_diff_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install ruby version ${{ matrix.cfg.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3

- name: Bundle project
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Create lock
run: bundle lock
- uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ruby version 3.2
- name: Install Ruby version 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Update rubygems and install gems
run: |
gem update --system --silent --no-document
Expand Down

0 comments on commit a6798ad

Please sign in to comment.