File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
ruby :
12
12
name : ${{ matrix.ruby }} (timeout ${{ matrix.timeout }})
13
- runs-on : ubuntu-latest
13
+ runs-on : ${{ matrix.os }}
14
14
timeout-minutes : ${{ matrix.timeout }}
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
18
include :
19
19
- ruby : 3.1
20
20
timeout : 5
21
+ os : ubuntu-latest
21
22
- ruby : 3.2
22
23
timeout : 5
24
+ os : ubuntu-latest
23
25
- ruby : 3.3
24
26
timeout : 5
27
+ os : ubuntu-latest
25
28
- ruby : ruby
26
29
timeout : 5
30
+ os : ubuntu-latest
27
31
- ruby : head
28
32
timeout : 5
33
+ os : ubuntu-latest
29
34
- ruby : truffleruby
30
35
timeout : 50
36
+ os : ubuntu-latest
31
37
- ruby : truffleruby-head
32
38
timeout : 50
39
+ os : ubuntu-latest
33
40
- ruby : jruby
34
41
timeout : 5
42
+ os : ubuntu-22.04
35
43
- ruby : jruby-head
36
44
timeout : 5
45
+ os : ubuntu-22.04
37
46
steps :
38
47
- name : Installing libyaml-dev
39
48
run : |
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ gem 'jruby-openssl', :platforms => :jruby
11
11
gem 'mini_mime'
12
12
13
13
gem 'byebug' , :platforms => :mri
14
+
15
+ gem "benchmark"
You can’t perform that action at this time.
0 commit comments