Skip to content

Commit a6798ad

Browse files
authored
Merge pull request #870 from mhashizume/maint/master/gh-ruby-version
Switch to Ruby 3.3 for GitHub Actions
2 parents 08c0261 + f25d32c commit a6798ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/component_diff_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install ruby version ${{ matrix.cfg.ruby }}
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 3.2
22+
ruby-version: 3.3
2323

2424
- name: Bundle project
2525
run: |

.github/workflows/mend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.2
18+
ruby-version: 3.3
1919
- name: Create lock
2020
run: bundle lock
2121
- uses: actions/setup-java@v3

.github/workflows/runtime_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- name: Install Ruby version 3.2
21+
- name: Install Ruby version 3.3
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 3.2
24+
ruby-version: 3.3
2525
- name: Update rubygems and install gems
2626
run: |
2727
gem update --system --silent --no-document

0 commit comments

Comments
 (0)