Sha256: 62cc44b066448e2055cbdaf410b7bd347217e8cb3aedfbc67cec44d0dcc8e5be

Contents?: true

Size: 661 Bytes

Versions: 2

Compression:

Stored size: 661 Bytes

Contents

# see also https://github.com/whitequark/parser/blob/master/.github/workflows/test.yml
name: Rake

on: [push]

jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        ruby_version: ["3.0", 3.2]
        gemfile:
          - Gemfile
          - gemfiles/Gemfile.rails-7.1
          - gemfiles/Gemfile.rails-7.0
          - gemfiles/Gemfile.rails-6.1
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby_version }}
          bundler-cache: true
      - name: Build and test with Rake
        run: bundle exec rake

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
relation-0.4.4 .github/workflows/rake.yml
formie-1.1.2 .github/workflows/rake.yml