Sha256: f4c5c3520ceed88f08c70a68f76f1dd6a8d7b1a161a85741335f3e10543f2683
Contents?: true
Size: 649 Bytes
Versions: 5
Compression:
Stored size: 649 Bytes
Contents
name: Run test on container on: push: branches: - master pull_request: {} jobs: test: strategy: matrix: container_tag: - "3.0" - "3.1" - "3.2" # - "master-nightly-focal" task: - test - test:output - build runs-on: ubuntu-latest container: image: rubylang/ruby:${{ matrix.container_tag }} steps: - uses: actions/checkout@v4 - name: Run test run: | git config --global --add safe.directory /__w/steep/steep ruby -v gem install bundler bin/setup bundle exec rake ${{matrix.task}}
Version data entries
5 entries across 5 versions & 1 rubygems