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 8787 matrix : ${{ toJson(matrix) }}
8888
8989 go-lint :
90+ name : " go-lint (Ruby ${{ matrix.ruby }})"
91+
9092 runs-on : ubuntu-latest
9193
94+ strategy :
95+ fail-fast : false
96+
97+ matrix :
98+ ruby :
99+ - " 3.3"
100+
92101 steps :
93102 - uses : actions/checkout@v4
94103
98107
99108 - uses : ruby/setup-ruby@v1
100109 with :
101- ruby-version : ruby
110+ ruby-version : ${{ matrix. ruby }}
102111 bundler-cache : false
103112
104113 # 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 2222 ast (2.4.2 )
2323 base64 (0.2.0 )
2424 benchmark (0.4.0 )
25- bigdecimal (3.1.8 )
25+ bigdecimal (3.1.9 )
2626 binding_of_caller (1.0.1 )
2727 debug_inspector (>= 1.2.0 )
2828 concurrent-ruby (1.3.4 )
6565 rb-fsevent (0.11.2 )
6666 rb-inotify (0.11.1 )
6767 ffi (~> 1.0 )
68- rbs (3.7.0 )
68+ rbs (3.8.1 )
6969 logger
7070 regexp_parser (2.9.3 )
7171 rouge (4.4.0 )
127127 net-ssh (>= 2.7 )
128128 net-telnet
129129 sfl
130- steep (1.9.2 )
130+ steep (1.9.3 )
131131 activesupport (>= 5.1 )
132132 concurrent-ruby (>= 1.1.10 )
133133 csv (>= 3.0.9 )
138138 logger (>= 1.3.0 )
139139 parser (>= 3.1 )
140140 rainbow (>= 2.2.2 , < 4.0 )
141- rbs (~> 3.7.0 )
141+ rbs (~> 3.8 )
142142 securerandom (>= 0.1 )
143143 strscan (>= 1.0.0 )
144144 terminal-table (>= 2 , < 4 )
You can’t perform that action at this time.
0 commit comments