Sha256: b4baa8c972aebeb1347cb358d51ff8b8040c36ebda095767aeef25408e6a4f22
Contents?: true
Size: 624 Bytes
Versions: 3
Compression:
Stored size: 624 Bytes
Contents
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['2.7', '3.0', '3.1', '3.2'] faraday-version: ['~> 1.10', '~> 2.7'] 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
acme-client-2.0.14 | .github/workflows/test.yml |
acme-client-2.0.13 | .github/workflows/test.yml |
acme-client-2.0.12 | .github/workflows/test.yml |