Skip to content

Commit 494b97d

Browse files
committed
Run with 3.4.0-rc1
1 parent fb65332 commit 494b97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/comments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
jobs:
1111
comments:
1212
runs-on: "ubuntu-latest"
13-
# env:
14-
# RUBY_COMMIT: v3_3_0
13+
env:
14+
RUBY_COMMIT: v3_4_0_rc1
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: "3.3"
19+
ruby-version: "3.4.0-rc1"
2020
bundler: none
2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)