Sha256: 1b2b6ecf5a5e25c857197295ba530f6830b71fefc163c288b0038f0475b274b8
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 Bytes
Contents
name: CI on: push: branches: [ master ] paths: - "lib/**" - "test/**" - ".github/**" - "Rakefile" pull_request: branches: ["**"] paths: - "lib/**" - "test/**" - ".github/**" - "Rakefile" jobs: tests: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", head, jruby, truffleruby ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler: none - name: Run tests run: rake test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slop-4.9.3 | .github/workflows/ci.yml |
slop-4.9.2 | .github/workflows/ci.yml |