Sha256: 47d15f5d4c1dd15bf9a7143db4d3527bb35b5a44b6743b9dc025617133ac32f4
Contents?: true
Size: 496 Bytes
Versions: 9
Compression:
Stored size: 496 Bytes
Contents
name: Ruby Test on: pull_request: branches: [ "main" ] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] 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 rspec
Version data entries
9 entries across 9 versions & 2 rubygems