File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v6
1313 - uses : ruby/setup-ruby@v1
1414 with :
15- ruby-version : " 3.4 "
15+ ruby-version : " 4.0.0-preview2 "
1616 bundler-cache : none
1717 - name : Set working directory as safe
1818 run : git config --global --add safe.directory $(pwd)
Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ jobs:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- ruby : ['3.2 ', '3.3 ', '3.4 ', head]
16+ ruby : ['3.3 ', '3.4 ', '4.0.0-preview2 ', head]
1717 rubyopt : [""]
1818 job :
1919 - test
2020 include :
2121 - ruby : head
2222 job : stdlib_test rubocop
23- - ruby : " 3.4 "
23+ - ruby : " 4.0.0-preview2 "
2424 job : stdlib_test
25- - ruby : " 3.4 "
25+ - ruby : " 4.0.0-preview2 "
2626 job : test
2727 rubyopt : " --enable-frozen-string-literal"
28- - ruby : " 3.4 "
28+ - ruby : " 4.0.0-preview2 "
2929 job : stdlib_test
3030 rubyopt : " --enable-frozen-string-literal"
31- - ruby : " 3.4 "
31+ - ruby : " 4.0.0-preview2 "
3232 job : rubocop validate test_doc build test_generate_stdlib raap
33- - ruby : " 3.4 "
33+ - ruby : " 4.0.0-preview2 "
3434 job : typecheck_test
3535 env :
3636 RANDOMIZE_STDLIB_TEST_ORDER : " true"
7474 strategy :
7575 fail-fast : false
7676 matrix :
77- ruby : ['3.4 ', head]
77+ ruby : ['4.0.0-preview2 ', head]
7878 steps :
7979 - uses : actions/checkout@v6
8080 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- ruby : ['3.2 ', '3.3 ', ucrt, mswin]
16+ ruby : ['3.4 ', '4.0.0-preview2 ', ucrt, mswin]
1717 steps :
1818 - uses : actions/checkout@v6
1919 - name : load ruby
You can’t perform that action at this time.
0 commit comments