Skip to content

[Product Security] Add or update CodeQL workflow #53

[Product Security] Add or update CodeQL workflow

[Product Security] Add or update CodeQL workflow #53

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.7.7
- 3.0.5
- 3.1.3
- 3.2.0
steps:
- uses: zendesk/checkout@v3
- name: Set up Ruby
uses: zendesk/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec