File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ type PostgresVersion string
153153
154154// Predefined supported Postgres versions.
155155const (
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" )
You can’t perform that action at this time.
0 commit comments