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
This commit is contained in:
parent
11c4331058
commit
4a50b36f63
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
|||||||
postgres:
|
postgres:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dbversion: ['postgres:latest', 'postgres:13', 'postgres:12', 'postgres:11', 'postgres:10']
|
dbversion: ['postgres:latest', 'postgres:15', 'postgres:14', 'postgres:13']
|
||||||
go: ['1.22', '1.21', '1.20']
|
go: ['1.22', '1.21', '1.20']
|
||||||
platform: [ubuntu-latest] # can not run in macOS and Windows
|
platform: [ubuntu-latest] # can not run in macOS and Windows
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user