Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jan 16, 2024
1 parent 980ec21 commit c7ba50b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
max-parallel: 2
fail-fast: false
matrix:
ruby-version: ['2.7.8']
ruby-version: ['2.7.8', '3.0.6', '3.3.0']
activerecord-version: ['5.2', '6.0', '6.1', '7.0', '7.1']
exclude:
- ruby-version: '3.0.6'
activerecord-version: '5.2'
- ruby-version: '3.3.0'
activerecord-version: '5.2'

steps:
- name: Cleanup
Expand Down

0 comments on commit c7ba50b

Please sign in to comment.