File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 ruby :
1212 name : ${{ matrix.ruby }} (timeout ${{ matrix.timeout }})
13- runs-on : ubuntu-latest
13+ runs-on : ${{ matrix.os }}
1414 timeout-minutes : ${{ matrix.timeout }}
1515 strategy :
1616 fail-fast : false
1717 matrix :
1818 include :
1919 - ruby : 3.1
2020 timeout : 5
21+ os : ubuntu-latest
2122 - ruby : 3.2
2223 timeout : 5
24+ os : ubuntu-latest
2325 - ruby : 3.3
2426 timeout : 5
27+ os : ubuntu-latest
2528 - ruby : ruby
2629 timeout : 5
30+ os : ubuntu-latest
2731 - ruby : head
2832 timeout : 5
33+ os : ubuntu-latest
2934 - ruby : truffleruby
3035 timeout : 50
36+ os : ubuntu-latest
3137 - ruby : truffleruby-head
3238 timeout : 50
39+ os : ubuntu-latest
3340 - ruby : jruby
3441 timeout : 5
42+ os : ubuntu-22.04
3543 - ruby : jruby-head
3644 timeout : 5
45+ os : ubuntu-22.04
3746 steps :
3847 - name : Installing libyaml-dev
3948 run : |
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ gem 'jruby-openssl', :platforms => :jruby
1111gem 'mini_mime'
1212
1313gem 'byebug' , :platforms => :mri
14+
15+ gem "benchmark"
You can’t perform that action at this time.
0 commit comments