File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 87
87
matrix : ${{ toJson(matrix) }}
88
88
89
89
go-lint :
90
+ name : " go-lint (Ruby ${{ matrix.ruby }})"
91
+
90
92
runs-on : ubuntu-latest
91
93
94
+ strategy :
95
+ fail-fast : false
96
+
97
+ matrix :
98
+ ruby :
99
+ - " 3.3"
100
+
92
101
steps :
93
102
- uses : actions/checkout@v4
94
103
98
107
99
108
- uses : ruby/setup-ruby@v1
100
109
with :
101
- ruby-version : ruby
110
+ ruby-version : ${{ matrix. ruby }}
102
111
bundler-cache : false
103
112
104
113
# FIXME: setup-go installs cache in `vendor/` and setup-ruby installs cache in `vendor/bundle/`
Original file line number Diff line number Diff line change 22
22
ast (2.4.2 )
23
23
base64 (0.2.0 )
24
24
benchmark (0.4.0 )
25
- bigdecimal (3.1.8 )
25
+ bigdecimal (3.1.9 )
26
26
binding_of_caller (1.0.1 )
27
27
debug_inspector (>= 1.2.0 )
28
28
concurrent-ruby (1.3.4 )
65
65
rb-fsevent (0.11.2 )
66
66
rb-inotify (0.11.1 )
67
67
ffi (~> 1.0 )
68
- rbs (3.7.0 )
68
+ rbs (3.8.1 )
69
69
logger
70
70
regexp_parser (2.9.3 )
71
71
rouge (4.4.0 )
127
127
net-ssh (>= 2.7 )
128
128
net-telnet
129
129
sfl
130
- steep (1.9.2 )
130
+ steep (1.9.3 )
131
131
activesupport (>= 5.1 )
132
132
concurrent-ruby (>= 1.1.10 )
133
133
csv (>= 3.0.9 )
138
138
logger (>= 1.3.0 )
139
139
parser (>= 3.1 )
140
140
rainbow (>= 2.2.2 , < 4.0 )
141
- rbs (~> 3.7.0 )
141
+ rbs (~> 3.8 )
142
142
securerandom (>= 0.1 )
143
143
strscan (>= 1.0.0 )
144
144
terminal-table (>= 2 , < 4 )
You can’t perform that action at this time.
0 commit comments