Sha256: d6b80d0f93d3575c9fe80df57c6c00f091f1189c44e6a7b890addfa6f63d5265
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
name: CI on: [push, pull_request] jobs: test: strategy: fail-fast: false matrix: ruby: ['3.0', '3.1', '3.2'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jkf-0.5.2 | .github/workflows/ci.yml |
jkf-0.5.1 | .github/workflows/ci.yml |
jkf-0.5.0 | .github/workflows/ci.yml |