Skip to content

Commit

Permalink
The full matrix again
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Nov 27, 2023
1 parent 82828bb commit bf01b23
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 @@ -10,10 +10,8 @@ jobs:
max-parallel: 2
fail-fast: false
matrix:
#ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4', '3.2.2']
#activerecord-version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0', '7.1']
ruby-version: ['2.7.8', '3.2.2']
activerecord-version: ['5.2', '6.1']
ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4', '3.2.2']
activerecord-version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0', '7.1']
exclude:
# Rails 7's gemspec requires ruby >= 2.7
- ruby-version: '2.6.10'
Expand Down

0 comments on commit bf01b23

Please sign in to comment.