Sha256: 444936ae5dfa7615302982c9454ba99e6c88dc508ad891e98528eb841757bd50
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
name: Ruby CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ["3.0", "2.7", "2.6", "2.5"] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@ae9cb3b565e36682a2c6045e4f664388da4c73aa with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake
Version data entries
4 entries across 4 versions & 4 rubygems
Version | Path |
---|---|
prawn_cocktail-0.8.1 | .github/workflows/ci.yml |
debitech_soap-1.2.1 | .github/workflows/ci.yml |
banktools-gb-0.13.1 | .github/workflows/ci.yml |
banktools-at-0.2.1 | .github/workflows/ci.yml |