Skip to content

Commit ae9f98f

Browse files
fergusstrangeferguss
and
ferguss
authored
Upgrade versions (#140)
* Upgrade versions * Update build version --------- Co-authored-by: ferguss <fergus@sitehvie.co>
1 parent efb8f55 commit ae9f98f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: Platform tests
7272
strategy:
7373
matrix:
74-
os: [ ubuntu-latest, windows-latest, macos-11 ]
74+
os: [ ubuntu-latest, windows-latest, macos-14 ]
7575
runs-on: ${{ matrix.os }}
7676
steps:
7777
- name: Checkout

config.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ type PostgresVersion string
153153

154154
// Predefined supported Postgres versions.
155155
const (
156-
V16 = PostgresVersion("16.2.0")
157-
V15 = PostgresVersion("15.6.0")
158-
V14 = PostgresVersion("14.11.0")
159-
V13 = PostgresVersion("13.14.0")
160-
V12 = PostgresVersion("12.17.0")
156+
V16 = PostgresVersion("16.3.0")
157+
V15 = PostgresVersion("15.7.0")
158+
V14 = PostgresVersion("14.12.0")
159+
V13 = PostgresVersion("13.15.0")
160+
V12 = PostgresVersion("12.19.0")
161161
V11 = PostgresVersion("11.22.0")
162162
V10 = PostgresVersion("10.23.0")
163163
V9 = PostgresVersion("9.6.24")

0 commit comments

Comments
 (0)