File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- ruby : [ '2.7 ', '3.0 ', '3.1 ', '3.2 ' ]
11+ ruby : [ '3.1 ', '3.2 ', '3.3 ', '3.4 ' ]
1212 os : [ 'ubuntu-latest' ]
1313 name : Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - uses : ruby/setup-ruby@v1
1717 with :
1818 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- ruby : [ '2.7 ', '3.0 ', '3.1 ', '3.2 ' ]
11+ ruby : [ '3.1 ', '3.2 ', '3.3 ', '3.4 ' ]
1212 os : [ 'windows-latest' ]
1313 name : Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - uses : ruby/setup-ruby@v1
1717 with :
1818 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments