Skip to content

Commit 5a5cf79

Browse files
committed
Add ruby-3.4.0-rc1
1 parent 673f899 commit 5a5cf79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ruby.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ['3.1', '3.2', '3.3', head]
16+
ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1', head]
1717
rubyopt: [""]
1818
job:
1919
- test
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)