Skip to content

Commit d7bf343

Browse files
authored
Backport ci: bump hostedtoolcache Ruby to 3.2 (#806) (#819)
Backport #806 Upcoming Fluentd requires Ruby 3.2 or later. It fixes the following error: ``` stderr: fluentd-1.18.0 requires ruby version >= 3.2, which is incompatible with the current version, 3.1.7 ``` NOTE: Though v1.18 will not be shipped for v5 branch, it is better not to use EOL toolchain. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 9846e2f commit d7bf343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 3.1
22+
ruby-version: 3.2
2323
- uses: actions/checkout@v4
2424
- name: cache msi
2525
uses: actions/cache@v4

0 commit comments

Comments
 (0)