Sha256: ca32d2aaca7cf646cb033052156c7d14d275e45f190cbfb9b970665d1c25eeb4
Contents?: true
Size: 880 Bytes
Versions: 3
Compression:
Stored size: 880 Bytes
Contents
name: Development on: [push, pull_request] jobs: test: runs-on: ${{matrix.os}}-latest continue-on-error: ${{matrix.experimental}} strategy: matrix: os: - ubuntu - macos ruby: - 2.5 - 2.6 - 2.7 experimental: [false] env: [""] include: - os: ubuntu ruby: truffleruby experimental: true - os: ubuntu ruby: jruby experimental: true - os: ubuntu ruby: head experimental: true steps: - uses: actions/checkout@v2 - uses: ioquatix/setup-ruby@master with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests timeout-minutes: 5 run: ${{matrix.env}} bundle exec rspec
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
protocol-http-0.21.0 | .github/workflows/development.yml |
protocol-http-0.20.1 | .github/workflows/development.yml |
protocol-http2-0.14.1 | .github/workflows/development.yml |