Sha256: eef0a24474a553e344ecd8334e099cce1f7f9dd65ca798b809dbad09ac3bccba
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.7", "3.0", "3.1", ruby-head, jruby-9.3, jruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true # 'bundle install' and cache gems ruby-version: ${{ matrix.ruby }} - name: Run tests run: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_command-1.0.0 | .github/workflows/ci.yml |