Skip to content

Commit 2d49ed5

Browse files
committed
Keep boundary PostgreSQL versions in CI matrix
Revert the matrix to the boundary versions [14, 18] for lower maintenance, rather than enumerating every supported major. The non-blocking PostgreSQL 19 readiness job is retained. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UYdvaxjc8p2XSCc3hTuHCV
1 parent fb5f19a commit 2d49ed5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
ruby: ["3.3", "4.0"]
1818
rails: ["7.2", "8.1"]
19-
postgres: ["14", "15", "16", "17", "18"]
19+
postgres: ["14", "18"]
2020
include:
2121
- ruby: "4.0"
2222
rails: "main"

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ changelog, see the [commits] for each version via the version links.
1010
[Unreleased]: https://github.com/teoljungberg/fx/compare/v0.11.0...master
1111

1212
- Internal refactorings / improvements
13-
- Test the full range of supported PostgreSQL versions (14-18) in CI
1413
- Add a non-blocking CI job for the upcoming PostgreSQL 19 release
1514

1615
## [0.11.0]

0 commit comments

Comments
 (0)