Sha256: 0531d73400fdc405b9d0fcdb4e618f34af9bbb8a66732caec60c3ebcd2ec6fff
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
Contents
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['2.6', '2.7', '3.0', truffleruby-head] faraday-version: ['~> 1.7', '~> 2.0'] env: FARADAY_VERSION: ${{ matrix.faraday-version }} 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 spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acme-client-2.0.11 | .github/workflows/test.yml |
acme-client-2.0.10 | .github/workflows/test.yml |