Sha256: 0c06a871ec33dfc36821bde22a6c966f045bce6c0fa77b72ea27fac55062a2ae
Contents?: true
Size: 730 Bytes
Versions: 2
Compression:
Stored size: 730 Bytes
Contents
name: ci on: [push, pull_request] jobs: test: strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] ruby: [2.4, 2.5, 2.6, 2.7, 3.0, head, jruby, jruby-head, truffleruby, truffleruby-head] exclude: - os: windows-latest ruby: jruby - os: windows-latest ruby: jruby-head - os: windows-latest ruby: truffleruby - os: windows-latest ruby: truffleruby-head runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
json_schemer-0.2.19 | .github/workflows/ci.yml |
json_schemer-0.2.18 | .github/workflows/ci.yml |