File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 os : [ ubuntu, macos, windows ]
15- ruby : [ 3.2.9, 3.3.10, 3.4.8, 4.0.0 ]
15+ ruby : [ 3.2.9, 3.3.10, 3.4.8, 4.0.1 ]
1616 mspecopt : [""]
1717 rubyopt : [""]
1818 exclude :
1919 - { os: windows, ruby: 3.2.9 } # 3.2.9 has some issue with file time microseconds
2020 include :
2121 - { os: windows, ruby: 3.2.8 } # 3.2.9 has some issue with file time microseconds
22- - { os: ubuntu, ruby: 4.0.0 , mspecopt: "--repeat 2" }
23- - { os: ubuntu, ruby: 4.0.0 , rubyopt: "--enable-frozen-string-literal" }
24- - { os: ubuntu, ruby: 4.0.0 , rubyopt: "--parser=parse.y" }
22+ - { os: ubuntu, ruby: 4.0.1 , mspecopt: "--repeat 2" }
23+ - { os: ubuntu, ruby: 4.0.1 , rubyopt: "--enable-frozen-string-literal" }
24+ - { os: ubuntu, ruby: 4.0.1 , rubyopt: "--parser=parse.y" }
2525
2626 runs-on : ${{ matrix.os }}-latest
2727 steps :
You can’t perform that action at this time.
0 commit comments