Skip to content

Commit 4a50b36

Browse files
authored
ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix (#7081)
* ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix * ci: Remove older PostgreSQL versions from test matrix
1 parent 11c4331 commit 4a50b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
postgres:
128128
strategy:
129129
matrix:
130-
dbversion: ['postgres:latest', 'postgres:13', 'postgres:12', 'postgres:11', 'postgres:10']
130+
dbversion: ['postgres:latest', 'postgres:15', 'postgres:14', 'postgres:13']
131131
go: ['1.22', '1.21', '1.20']
132132
platform: [ubuntu-latest] # can not run in macOS and Windows
133133
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)