Sha256: 7f77e91545c1b12a6d5f6a79f23f32ceeed8eb5ac0ce3b14213251c0f0c73ecc

Contents?: true

Size: 589 Bytes

Versions: 9

Compression:

Stored size: 589 Bytes

Contents

name: CI

on: [ push, pull_request ]

jobs:
  tests:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby:
          - 2.6
          - 2.7
          - '3.0'
          - 3.1
          - jruby
          - truffleruby
    name: Ruby ${{ matrix.ruby }}
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - name: Install dependencies
        run: bundle install --jobs 4 --retry 3
      - name: Run tests
        run: bundle exec rake test

Version data entries

9 entries across 9 versions & 7 rubygems

Version Path
command_mapper-0.3.0 .github/workflows/ruby.yml
ruby-rustscan-0.1.0 .github/workflows/ruby.yml
ruby-gobuster-0.1.0 .github/workflows/ruby.yml
command_mapper-0.2.1 .github/workflows/ruby.yml
command_mapper-0.2.0 .github/workflows/ruby.yml
fake_io-0.1.0 .github/workflows/ruby.yml
nokogiri-ext-0.1.0 .github/workflows/ruby.yml
combinatorics-0.4.4 .github/workflows/ruby.yml
uri-query_params-0.8.0 .github/workflows/ruby.yml