We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1597d2c commit d0ec3bcCopy full SHA for d0ec3bc
.github/workflows/ruby.yml
@@ -20,19 +20,19 @@ jobs:
20
include:
21
- ruby: head
22
job: stdlib_test rubocop
23
- - ruby: "3.3"
+ - ruby: "3.4.0-rc1"
24
job: stdlib_test
25
26
job: test
27
rubyopt: "--enable-frozen-string-literal"
28
29
30
31
32
job: lexer templates compile confirm_lexer confirm_templates
33
34
job: rubocop validate test_doc build test_generate_stdlib raap
35
36
job: typecheck_test
37
env:
38
RANDOMIZE_STDLIB_TEST_ORDER: "true"
0 commit comments