File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 71
71
name : Platform tests
72
72
strategy :
73
73
matrix :
74
- os : [ ubuntu-latest, windows-latest, macos-11 ]
74
+ os : [ ubuntu-latest, windows-latest, macos-14 ]
75
75
runs-on : ${{ matrix.os }}
76
76
steps :
77
77
- name : Checkout
Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ type PostgresVersion string
153
153
154
154
// Predefined supported Postgres versions.
155
155
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" )
161
161
V11 = PostgresVersion ("11.22.0" )
162
162
V10 = PostgresVersion ("10.23.0" )
163
163
V9 = PostgresVersion ("9.6.24" )
You can’t perform that action at this time.
0 commit comments