Sha256: 356b831a3252735dfd4fb8cf535db45cedee87d20c423d1670179decef425314

Contents?: true

Size: 603 Bytes

Versions: 5

Compression:

Stored size: 603 Bytes

Contents

name: CI

on: [ push, pull_request ]

jobs:
  tests:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby:
          - 2.4
          - 2.5
          - 2.6
          - 2.7
          - 3.0
          - 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

5 entries across 5 versions & 3 rubygems

Version Path
ffi-libc-0.1.1 .github/workflows/ruby.yml
ruby-masscan-0.1.1 .github/workflows/ruby.yml
ruby-masscan-0.1.0 .github/workflows/ruby.yml
hexdump-1.0.0 .github/workflows/ruby.yml
hexdump-0.3.0 .github/workflows/ruby.yml