Skip to content

Commit

Permalink
Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 31, 2023
1 parent b850ff0 commit f0dc8d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ jobs:
strategy:
matrix:
ruby:
- 2.7
- 3.2
rails_version:
- 5.2.8.1
- 6.0.5.1
- 6.1.6.1
- 7.0.3.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: '2.5.2'
- name: Install dependencies
run: bundle install
env:
Expand Down

0 comments on commit f0dc8d9

Please sign in to comment.