Skip to content

Commit d0ec3bc

Browse files
committed
Test against 3.4.0-rc1
1 parent 1597d2c commit d0ec3bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
include:
2121
- ruby: head
2222
job: stdlib_test rubocop
23-
- ruby: "3.3"
23+
- ruby: "3.4.0-rc1"
2424
job: stdlib_test
25-
- ruby: "3.3"
25+
- ruby: "3.4.0-rc1"
2626
job: test
2727
rubyopt: "--enable-frozen-string-literal"
28-
- ruby: "3.3"
28+
- ruby: "3.4.0-rc1"
2929
job: stdlib_test
3030
rubyopt: "--enable-frozen-string-literal"
31-
- ruby: "3.3"
31+
- ruby: "3.4.0-rc1"
3232
job: lexer templates compile confirm_lexer confirm_templates
33-
- ruby: "3.3"
33+
- ruby: "3.4.0-rc1"
3434
job: rubocop validate test_doc build test_generate_stdlib raap
35-
- ruby: "3.3"
35+
- ruby: "3.4.0-rc1"
3636
job: typecheck_test
3737
env:
3838
RANDOMIZE_STDLIB_TEST_ORDER: "true"

0 commit comments

Comments
 (0)