Sha256: cb22b3e9385beb74e8d2e9dc93e865a06bb12a543405e2fe14be7d12fd76af82

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

name: CI
on: [push, pull_request]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        ruby: [ 2.7, '3.0', '3.1' ]

    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - run: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
elm-compiler-0.5.1 .github/workflows/ci.yml
elm-compiler-0.5.0 .github/workflows/ci.yml