|
2 | 2 | # This is a generated file by the `rake build_matrix:github:generate` task. |
3 | 3 | # See `build_matrix.yml` for the build matrix. |
4 | 4 | # Generate this file with `rake build_matrix:github:generate`. |
5 | | -# Generated job count: 223 |
| 5 | +# Generated job count: 219 |
6 | 6 | --- |
7 | 7 | name: Ruby gem CI |
8 | 8 | 'on': |
@@ -238,87 +238,6 @@ jobs: |
238 | 238 | JRUBY_OPTS: '' |
239 | 239 | COV: '1' |
240 | 240 | BUNDLE_GEMFILE: gemfiles/grape.gemfile |
241 | | - ruby_4-0-0-preview2__hanami-2-0_ubuntu-latest: |
242 | | - name: Ruby 4.0.0-preview2 - hanami-2.0 |
243 | | - needs: ruby_4-0-0-preview2_ubuntu-latest |
244 | | - runs-on: ubuntu-latest |
245 | | - steps: |
246 | | - - name: Check out repository |
247 | | - uses: actions/checkout@v4 |
248 | | - - name: Install Ruby |
249 | | - uses: ruby/setup-ruby@v1 |
250 | | - with: |
251 | | - ruby-version: 4.0.0-preview2 |
252 | | - bundler-cache: true |
253 | | - - name: Install gem extension |
254 | | - run: "./script/bundler_wrapper exec rake extension:install" |
255 | | - - name: Print extension install report |
256 | | - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
257 | | - file found'" |
258 | | - - name: Print Makefile log file |
259 | | - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
260 | | - found'" |
261 | | - - name: Run tests |
262 | | - run: "./script/bundler_wrapper exec rake test" |
263 | | - env: |
264 | | - RAILS_ENV: test |
265 | | - JRUBY_OPTS: '' |
266 | | - COV: '1' |
267 | | - BUNDLE_GEMFILE: gemfiles/hanami-2.0.gemfile |
268 | | - ruby_4-0-0-preview2__hanami-2-1_ubuntu-latest: |
269 | | - name: Ruby 4.0.0-preview2 - hanami-2.1 |
270 | | - needs: ruby_4-0-0-preview2_ubuntu-latest |
271 | | - runs-on: ubuntu-latest |
272 | | - steps: |
273 | | - - name: Check out repository |
274 | | - uses: actions/checkout@v4 |
275 | | - - name: Install Ruby |
276 | | - uses: ruby/setup-ruby@v1 |
277 | | - with: |
278 | | - ruby-version: 4.0.0-preview2 |
279 | | - bundler-cache: true |
280 | | - - name: Install gem extension |
281 | | - run: "./script/bundler_wrapper exec rake extension:install" |
282 | | - - name: Print extension install report |
283 | | - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
284 | | - file found'" |
285 | | - - name: Print Makefile log file |
286 | | - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
287 | | - found'" |
288 | | - - name: Run tests |
289 | | - run: "./script/bundler_wrapper exec rake test" |
290 | | - env: |
291 | | - RAILS_ENV: test |
292 | | - JRUBY_OPTS: '' |
293 | | - COV: '1' |
294 | | - BUNDLE_GEMFILE: gemfiles/hanami-2.1.gemfile |
295 | | - ruby_4-0-0-preview2__hanami-2-2_ubuntu-latest: |
296 | | - name: Ruby 4.0.0-preview2 - hanami-2.2 |
297 | | - needs: ruby_4-0-0-preview2_ubuntu-latest |
298 | | - runs-on: ubuntu-latest |
299 | | - steps: |
300 | | - - name: Check out repository |
301 | | - uses: actions/checkout@v4 |
302 | | - - name: Install Ruby |
303 | | - uses: ruby/setup-ruby@v1 |
304 | | - with: |
305 | | - ruby-version: 4.0.0-preview2 |
306 | | - bundler-cache: true |
307 | | - - name: Install gem extension |
308 | | - run: "./script/bundler_wrapper exec rake extension:install" |
309 | | - - name: Print extension install report |
310 | | - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
311 | | - file found'" |
312 | | - - name: Print Makefile log file |
313 | | - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
314 | | - found'" |
315 | | - - name: Run tests |
316 | | - run: "./script/bundler_wrapper exec rake test" |
317 | | - env: |
318 | | - RAILS_ENV: test |
319 | | - JRUBY_OPTS: '' |
320 | | - COV: '1' |
321 | | - BUNDLE_GEMFILE: gemfiles/hanami-2.2.gemfile |
322 | 241 | ruby_4-0-0-preview2__http5_ubuntu-latest: |
323 | 242 | name: Ruby 4.0.0-preview2 - http5 |
324 | 243 | needs: ruby_4-0-0-preview2_ubuntu-latest |
@@ -373,33 +292,6 @@ jobs: |
373 | 292 | JRUBY_OPTS: '' |
374 | 293 | COV: '1' |
375 | 294 | BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
376 | | - ruby_4-0-0-preview2__padrino_ubuntu-latest: |
377 | | - name: Ruby 4.0.0-preview2 - padrino |
378 | | - needs: ruby_4-0-0-preview2_ubuntu-latest |
379 | | - runs-on: ubuntu-latest |
380 | | - steps: |
381 | | - - name: Check out repository |
382 | | - uses: actions/checkout@v4 |
383 | | - - name: Install Ruby |
384 | | - uses: ruby/setup-ruby@v1 |
385 | | - with: |
386 | | - ruby-version: 4.0.0-preview2 |
387 | | - bundler-cache: true |
388 | | - - name: Install gem extension |
389 | | - run: "./script/bundler_wrapper exec rake extension:install" |
390 | | - - name: Print extension install report |
391 | | - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
392 | | - file found'" |
393 | | - - name: Print Makefile log file |
394 | | - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
395 | | - found'" |
396 | | - - name: Run tests |
397 | | - run: "./script/bundler_wrapper exec rake test" |
398 | | - env: |
399 | | - RAILS_ENV: test |
400 | | - JRUBY_OPTS: '' |
401 | | - COV: '1' |
402 | | - BUNDLE_GEMFILE: gemfiles/padrino.gemfile |
403 | 295 | ruby_4-0-0-preview2__psych-3_ubuntu-latest: |
404 | 296 | name: Ruby 4.0.0-preview2 - psych-3 |
405 | 297 | needs: ruby_4-0-0-preview2_ubuntu-latest |
|
0 commit comments