Skip to content

Commit

Permalink
Fix CI exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Feb 22, 2024
1 parent 048dc49 commit 318ea9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -42,6 +42,10 @@ jobs:
env: TRILOGY=1
- gemfile: gemfiles/activerecord_7.0.gemfile
env: TRILOGY=1
- ruby: "3.3"
gemfile: gemfiles/activerecord_6.1.gemfile
- ruby: "3.3"
gemfile: gemfiles/activerecord_7.0.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 318ea9d

Please sign in to comment.