mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Removed Postgres 9.6 from CI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
postgres: [15, 14, 13, 12, 11, 10, 9.6]
|
||||
postgres: [15, 14, 13, 12, 11, 10]
|
||||
include:
|
||||
- os: macos-latest
|
||||
postgres: 14
|
||||
|
||||
Reference in New Issue
Block a user