Skip to content

Commit

Permalink
feat: Upadte workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Oct 27, 2023
1 parent e836d24 commit d6d0392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
- 3.1.4
- 3.0.6
appraisal:
- rails_7_1
- rails_7_0
- rails_6_1
adapter:
- sqlite3
- postgresql
exclude:
- { ruby: 3.2.2, appraisal: rails_6_1 }
- { ruby: 3.1.4, appraisal: rails_5_2 }
- { ruby: 3.0.6, appraisal: rails_5_2 }
- { ruby: 3.0.6, appraisal: rails_7_0 }
- { ruby: 3.0.6, appraisal: rails_7_1 }
env:
DATABASE_ADAPTER: ${{ matrix.adapter }}
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
Expand Down

0 comments on commit d6d0392

Please sign in to comment.