Removed SQLite jobs from CI - #30349
Conversation
no ref _I recommend reviewing this with whitespace changes disabled._ This CI-only change should have no user impact. Ghost has not supported SQLite in production [since 5.0][0], released in 2022. It's sorta supported in development, but because we plan to drop it, let's remove the CI jobs. [0]: https://ghost.org/changelog/5/
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (22)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-04-10T20:46:43.335ZApplied to files:
🪛 zizmor (1.29.0).github/workflows/ci.yml[warning] 803-803: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false (artipacked) [error] 805-805: runtime artifacts potentially vulnerable to a cache poisoning attack (cache-poisoning): this step (cache-poisoning) 🔇 Additional comments (1)
WalkthroughThe CI workflow removes MySQL and SQLite test matrices from the acceptance and legacy test jobs. Both jobs now run fixed MySQL 8.0 configurations with Suggested reviewers: Merge Risk: ⚪ Minimal · up to This removes SQLite jobs from CI without changing production behavior, and no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
Full details: Type-Safe BoundariesExplanation PASS. The committed diff changes only Full details: New Files Are TypescriptExplanation PASS: The pull request changes only the pre-existing ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run @tryghost/admin:test:acceptance |
✅ Succeeded | 7m 53s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-08-27 16:03:30 UTC
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30349 +/- ##
==========================================
- Coverage 75.91% 75.85% -0.06%
==========================================
Files 1671 1670 -1
Lines 159292 159455 +163
Branches 19361 19455 +94
==========================================
+ Hits 120919 120957 +38
- Misses 37361 37514 +153
+ Partials 1012 984 -28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
no ref Follow-up to #30349, which removed the SQLite acceptance and legacy jobs from CI.

no ref
I recommend reviewing this with whitespace changes disabled.
This CI-only change should have no user impact.
Ghost has not supported SQLite in production since 5.0, released in 2022. It's partly supported in development, but because we plan to drop it, let's remove the CI jobs.