Sha256: aff56ad9b627abc886645fc66d8d8cedd514f93a41c18a759fc3e3c9e050eaca
Contents?: true
Size: 759 Bytes
Versions: 2
Compression:
Stored size: 759 Bytes
Contents
name: Ruby on: push: branches: [ "master" ] pull_request: branches: [ "master" ] permissions: contents: read jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.3' - '2.4' - '2.5' - '2.6' - '2.7' - '3.0' - '3.1' - jruby-9.1.17.0 - jruby-9.2.21.0 - jruby-9.3.6.0 steps: - uses: actions/checkout@v3 - name: Set up Ruby # https://github.com/ruby/setup-ruby#versioning uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
better_ipaddr-0.8.0 | .github/workflows/ruby.yml |
tl1-0.2.0 | .github/workflows/ruby.yml |