Sha256: 415d4fe1608848348c008cd02967aa02ca841ad7f0e3463f5f2797841546e201
Contents?: true
Size: 555 Bytes
Versions: 2
Compression:
Stored size: 555 Bytes
Contents
name: Ruby on: [push,pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: [2.6, 2.7, '3.0', 3.1] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Run the default task run: | gem install bundler -v 2.2.4 bundle install bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
switchbot-0.7.0 | .github/workflows/main.yml |
switchbot-0.6.0 | .github/workflows/main.yml |