Sha256: 225718b83aaae551ea24a90867c433417ae2eba8a8d7f5ab42efaaa6d4cd536d
Contents?: true
Size: 521 Bytes
Versions: 1
Compression:
Stored size: 521 Bytes
Contents
name: Ruby on: push: branches: - master pull_request: jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: matrix: ruby: - '2.6' - '2.7' - '3.0' - '3.1' - 'head' steps: - uses: actions/checkout@v2 - 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ec2ssh-5.1.0 | .github/workflows/main.yml |