Sha256: 3549bec4dbc83767b5d4d16448ad85447a818b178d4e8f8f1f365bb53d127f4e
Contents?: true
Size: 938 Bytes
Versions: 4
Compression:
Stored size: 938 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, 3.1, 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: | mkdir -p tmp/gems gem build json_schemer.gemspec gem install --local --ignore-dependencies --no-document --install-dir tmp/gems json_schemer-*.gem rm json_schemer-*.gem bin/rake test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
json_schemer-0.2.24 | .github/workflows/ci.yml |
json_schemer-0.2.23 | .github/workflows/ci.yml |
json_schemer-0.2.22 | .github/workflows/ci.yml |
json_schemer-0.2.21 | .github/workflows/ci.yml |