Sha256: c2717409648d08c113ab07f8ee475b9e4a56d11f5dfc9f8f7ac9dd65ae82dee2
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
name: Tests on: [push, pull_request] concurrency: group: ${{ github.ref }} cancel-in-progress: true jobs: test: strategy: fail-fast: false matrix: gemfile: ["7", "8"] ruby: ["2.7", "3.0", "3.1", "3.2"] include: - gemfile: "6" ruby: "2.7" runs-on: ubuntu-latest services: mongodb: image: mongo ports: ["27017:27017"] env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile 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 & 3 rubygems
Version | Path |
---|---|
mongoid_recurring-0.1.9 | .github/workflows/test.yml |
mongoid-enum_attribute-1.0.1 | .github/workflows/test.yml |
simple_form_localized_input-1.0.11 | .github/workflows/test.yml |