Sha256: b8fabc3ee630e4f9c9c1c7364cf2d2a7361ee2932dde7fedca8f792de9c56958
Contents?: true
Size: 608 Bytes
Versions: 2
Compression:
Stored size: 608 Bytes
Contents
name: Ruby on: [push,pull_request] jobs: build: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: ['2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: Set up ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run the default task run: bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pairing_heap-3.0.1 | .github/workflows/main.yml |
pairing_heap-3.0.0 | .github/workflows/main.yml |