Skip to content

Merge pull request #32 from yasuhiroki/dependabot/npm_and_yarn/multi-… #45

Merge pull request #32 from yasuhiroki/dependabot/npm_and_yarn/multi-…

Merge pull request #32 from yasuhiroki/dependabot/npm_and_yarn/multi-… #45

on: push
name: matrix container2
jobs:
build:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
image_version: [ '2.5', '2.6' ]
container:
image: ruby:${{ matrix.image_version }}
steps:
- name: ruby version
run: ruby -v