Skip to content

Commit

Permalink
Steal sqlite fix from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 18, 2024
1 parent ebdc458 commit ce7b924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- ruby: "3.3"
rails: "6.1.0"
env:
SQLITE3_VERSION: ${{ matrix.rails == '8.0.0' && '2.1.0' || '1.4.1' }}
REDIS_URL: redis://localhost:6379/0
CI: true
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit ce7b924

Please sign in to comment.