Sha256: 784eea28451546303fd87905cc05c0fa189a47c40b75dbb6cbf564ac3e27697b
Contents?: true
Size: 665 Bytes
Versions: 14
Compression:
Stored size: 665 Bytes
Contents
name: Run test on container on: push: branches: - master pull_request: {} jobs: test: strategy: matrix: container_tag: - "2.7" - "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@v3 - 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
14 entries across 14 versions & 1 rubygems