We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254e273 commit b614efdCopy full SHA for b614efd
.github/workflows/publish.yml
@@ -20,19 +20,19 @@ jobs:
20
strategy:
21
matrix:
22
include:
23
- - pg_major_version: 16
+ - pg_major_version: 17
24
postgis_major_version: 3
25
pgvector_tag: v0.8.0
26
- latest_tag_suffix: true # This combination will also be tagged 'latest'
27
- - pg_major_version: 15
+ latest_tag_suffix: true
+ - pg_major_version: 16
28
29
30
latest_tag_suffix: false
31
+ - pg_major_version: 15
32
33
- pgvector_tag: v0.7.2
+ pgvector_tag: v0.8.0
34
35
+ - pg_major_version: 14
36
37
pgvector_tag: v0.7.2
38
0 commit comments