Sha256: 8750bf5541ea1a59647f004adecdbca7cbf83f81eef1456232bde95f601a8080
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby-version: - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - "3.0" - 3.1 - 3.2 steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - run: bundle exec rake test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restpack_serializer-0.6.15 | .github/workflows/ci.yml |