Sha256: fdad30d32cea20759d19aa8f8a23a69741a2787bca23da5f3468894c2747303b
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
name: Specs on: push: branches: [ master ] pull_request: branches: [ master ] jobs: spec: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.5', '2.6', '2.7', '3.0', 'head' ] rails: [ 'gemfiles/Gemfile.rails-6.1.x', 'gemfiles/Gemfile.rails-6.0.x', 'gemfiles/Gemfile.rails-5.2.x'] exclude: - { ruby: '2.7', rails: 'gemfiles/Gemfile.rails-5.2.x' } - { ruby: '3.0', rails: 'gemfiles/Gemfile.rails-5.2.x' } - { ruby: 'head', rails: 'gemfiles/Gemfile.rails-5.2.x' } - { ruby: '2.5', rails: 'gemfiles/Gemfile.rails-6.0.x' } continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} env: BUNDLE_GEMFILE: ${{ matrix.rails }} name: Ruby ${{ matrix.ruby }} ${{ matrix.rails }} specs steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run tests run: bundle exec rake spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
influxdb-rails-1.0.3 | .github/workflows/spec.yml |
influxdb-rails-1.0.2 | .github/workflows/spec.yml |
influxdb-rails-1.0.1 | .github/workflows/spec.yml |