Sha256: d758aa137fc177d0067125925ba1db67d234c34ff3cbacfb9cc18f41d1ab8363
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 Bytes
Contents
name: Ruby on: push: branches: - main pull_request: jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: matrix: ruby: - '2.7.7' - '3.0.5' - '3.1.3' - '3.2.0' 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 |
---|---|
rgot-1.4.0 | .github/workflows/main.yml |
rgot-1.3.0 | .github/workflows/main.yml |