Sha256: b05a7a1566cc81c3ddeb8d8aea7759f4b15a0dc1703ef673a5e7b43ce0c00871
Contents?: true
Size: 490 Bytes
Versions: 2
Compression:
Stored size: 490 Bytes
Contents
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", ruby-head, jruby-9.2, jruby-9.3, jruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true # 'bundle install' and cache gems ruby-version: ${{ matrix.ruby }} - name: Run tests run: bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
timeliness-0.5.0 | .github/workflows/ci.yml |
timeliness-0.4.5 | .github/workflows/ci.yml |