Skip to content

Commit be6de78

Browse files
committed
Update GitHub Actions to test PostgreSQL 13-17 and remove CircleCI
- Update test matrix to include PostgreSQL 13-17 (supported versions) - Add beta testing for PostgreSQL 18-beta and 19-beta - Remove CircleCI configuration after migrating all functionality - All regression tests preserved from CircleCI implementation
1 parent ab11877 commit be6de78

File tree

2 files changed

+1
-78
lines changed

2 files changed

+1
-78
lines changed

.circleci/config.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/test.yml

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

140140
strategy:
141141
matrix:
142-
postgres-version: ['18-beta']
142+
postgres-version: ['18-beta', '19-beta']
143143
fail-fast: false
144144

145145
services:

0 commit comments

Comments
 (0)