Skip to content

remove ruby 2.1,2.2,2.3,2.4 from test matrix. Also remove sqlite3-1.3… #506

remove ruby 2.1,2.2,2.3,2.4 from test matrix. Also remove sqlite3-1.3…

remove ruby 2.1,2.2,2.3,2.4 from test matrix. Also remove sqlite3-1.3… #506

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.6
- run: bundle exec rubocop
test:
strategy:

Check failure on line 18 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 18, Col: 5): Required property is missing: runs-on
fail-fast: false
matrix:
include:
- ruby: 2.5
- ruby: 2.6
- ruby: 2.6
gemfile: gems/typhoeus.gemfile
test_features: "typhoeus"
- ruby: 2.6
gemfile: gems/octoshark.gemfile
- ruby: 2.7
- ruby: 2.7
prepend: true
- ruby: "3.0"
- ruby: "3.0"
prepend: true
- ruby: "3.0"
gemfile: gems/instruments.gemfile
test_features: "instruments"
- ruby: "3.0"
gemfile: gems/instruments.gemfile
prepend: true
test_features: "instruments"
- ruby: "3.0"
gemfile: gems/sidekiq.gemfile
test_features: "sidekiq_install"
- ruby: 3.1
- ruby: 3.2
- ruby: 3.3
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
SCOUT_TEST_FEATURES: ${{ matrix.test_features }}
SCOUT_USE_PREPEND: ${{ matrix.prepend }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
bundler: ${{matrix.bundler}}
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake