Skip to content

Commit ce12da2

Browse files
committed
CI: Switch to Ruby 4.0
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent d220a83 commit ce12da2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/runtime_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
25-
- name: Install Ruby version 3.3
25+
- name: Install Ruby version 4.0
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: 3.3
28+
ruby-version: 4.0
2929
bundler-cache: true
3030

3131
- name: Vanagon inspect

0 commit comments

Comments
 (0)