Sha256: e8916fc16890dcd2559b79e568ffd1e323d99fded16707b0db9993e052171777
Contents?: true
Size: 532 Bytes
Versions: 3
Compression:
Stored size: 532 Bytes
Contents
name: Continuous Integration on: push: branches: - main pull_request: branches: - main jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run rake task run: bundle exec rake
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
next_rails-1.4.2 | .github/workflows/main.yml |
next_rails-1.4.1 | .github/workflows/main.yml |
next_rails-1.4.0 | .github/workflows/main.yml |