Sha256: 448919ddeed08461ae67ce3426a186ead4d8928424f58026c832450d852aa6da
Contents?: true
Size: 506 Bytes
Versions: 2
Compression:
Stored size: 506 Bytes
Contents
name: Ruby on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['2.7', '3.0', '3.1'] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake ci
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
a9n-1.3.1 | .github/workflows/ruby.yml |
a9n-1.3.0 | .github/workflows/ruby.yml |