Sha256: faf05db721ea1438121960f94e6d0a765c6c1144d4ab015dfcda30632015da00

Contents?: true

Size: 449 Bytes

Versions: 3

Compression:

Stored size: 449 Bytes

Contents

name: build

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.7', '3.0', '3.1' ]
    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby ${{ matrix.ruby }}
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - name: Build and test with Rake
        run: bundle exec rake

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
hanny-0.2.2 .github/workflows/build.yml
mopti-0.2.3 .github/workflows/build.yml
mmh3-1.2.0 .github/workflows/build.yml