Skip to content

Commit 856941a

Browse files
NikolaySclaude
andcommitted
Add PostgreSQL 18 stable to test matrix
- Update from 18beta1 to stable PostgreSQL 18 - Test complete PostgreSQL ecosystem: 13-18 - PostgreSQL 18 uses same pg_stat_checkpointer as 17 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bea1d00 commit 856941a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
postgres-version: ['13', '14', '15', '16', '17', '18beta1']
15+
postgres-version: ['13', '14', '15', '16', '17', '18']
1616
fail-fast: false
1717

1818
services:

0 commit comments

Comments
 (0)