Sha256: b69b95c4647accf3fde411f5cf33b895adcdd31b7ceaf5c8900ce0f664a93798
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
name: Tests on: push: schedule: - cron: '0 0 * * *' jobs: test: runs-on: ubuntu-20.04 strategy: matrix: ruby: - '2.1' - '2.2' - '2.3' - '2.4' - '2.5' - '2.6' - '2.7' - '3.0' - 'ruby-head' - 'jruby-head' - 'truffleruby-head' steps: - uses: actions/checkout@v1 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true cache-version: 1 - name: Test run: | bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sdoc-2.3.1 | .github/workflows/test.yml |
sdoc-2.3.0 | .github/workflows/test.yml |