File tree 2 files changed +11
-1
lines changed
2 files changed +11
-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
25
27
- ruby : ruby
26
28
timeout : 5
29
+ os : ubuntu-latest
27
30
- ruby : head
28
31
timeout : 5
32
+ os : ubuntu-latest
29
33
- ruby : truffleruby
30
34
timeout : 50
35
+ os : ubuntu-latest
31
36
- ruby : truffleruby-head
32
37
timeout : 50
38
+ os : ubuntu-latest
33
39
- ruby : jruby
34
40
timeout : 5
41
+ os : ubuntu-22.04
35
42
- ruby : jruby-head
36
43
timeout : 5
44
+ os : ubuntu-22.04
37
45
steps :
38
46
- name : Installing libyaml-dev
39
47
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