Sha256: e7651e0222fa1a1a2be934df59082c23be84b568e128fc63c74788e3b732b9ba
Contents?: true
Size: 544 Bytes
Versions: 9
Compression:
Stored size: 544 Bytes
Contents
name: Ruby on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby-version: ['2.5', '2.7', '3.0', '3.1', '3.2'] steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake cov
Version data entries
9 entries across 9 versions & 1 rubygems