File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Run rake install
24
24
run : rake install
25
25
- name : Run tests
26
- run : linuxstat.rb 20
26
+ run : linuxstat.rb 10
27
27
28
28
- uses : actions/checkout@v2
29
29
- name : Test LinuxStat with Ruby 2.5
35
35
- name : Run rake install
36
36
run : rake install
37
37
- name : Run tests
38
- run : linuxstat.rb 20
38
+ run : linuxstat.rb 10
39
39
40
40
- uses : actions/checkout@v2
41
41
- name : Test LinuxStat with Ruby 2.7
47
47
- name : Run rake install
48
48
run : rake install
49
49
- name : Run tests
50
- run : linuxstat.rb 20
50
+ run : linuxstat.rb 10
51
51
52
52
- uses : actions/checkout@v2
53
53
- name : Test LinuxStat with Ruby 3.0
59
59
- name : Run rake install
60
60
run : rake install
61
61
- name : Run tests
62
- run : linuxstat.rb 20
62
+ run : linuxstat.rb 10
63
+
64
+ - uses : actions/checkout@v4
65
+ - name : Test LinuxStat with Ruby 3.2
66
+ uses : ruby/setup-ruby@v1
67
+ with :
68
+ ruby-version : 3.2
69
+ - name : Install dependencies
70
+ run : bundle install
71
+ - name : Run rake install
72
+ run : rake install
73
+ - name : Run tests
74
+ run : linuxstat.rb 10
75
+
76
+ - uses : actions/checkout@v4
77
+ - name : Test LinuxStat with Ruby 3.3
78
+ uses : ruby/setup-ruby@v1
79
+ with :
80
+ ruby-version : 3.3
81
+ - name : Install dependencies
82
+ run : bundle install
83
+ - name : Run rake install
84
+ run : rake install
85
+ - name : Run tests
86
+ run : linuxstat.rb 10
You can’t perform that action at this time.
0 commit comments