Sha256: 6dbc58ab6ce99913ccd0af4a7b25e5ecaf1a5ebfc724fe2cd850ed8b0f30d682
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
name: main on: [push, pull_request] jobs: test: strategy: fail-fast: true matrix: os: [ubuntu-latest, macos-latest] # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: [2.7, '3.0', head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: run test run: make test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_form_model-0.5.1 | .github/workflows/main.yml |
active_form_model-0.4.1 | .github/workflows/main.yml |