Skip to content

Commit

Permalink
Test against 3.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Dec 18, 2024
1 parent 1597d2c commit d0ec3bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
include:
- ruby: head
job: stdlib_test rubocop
- ruby: "3.3"
- ruby: "3.4.0-rc1"
job: stdlib_test
- ruby: "3.3"
- ruby: "3.4.0-rc1"
job: test
rubyopt: "--enable-frozen-string-literal"
- ruby: "3.3"
- ruby: "3.4.0-rc1"
job: stdlib_test
rubyopt: "--enable-frozen-string-literal"
- ruby: "3.3"
- ruby: "3.4.0-rc1"
job: lexer templates compile confirm_lexer confirm_templates
- ruby: "3.3"
- ruby: "3.4.0-rc1"
job: rubocop validate test_doc build test_generate_stdlib raap
- ruby: "3.3"
- ruby: "3.4.0-rc1"
job: typecheck_test
env:
RANDOMIZE_STDLIB_TEST_ORDER: "true"
Expand Down

0 comments on commit d0ec3bc

Please sign in to comment.