Skip to content

Commit

Permalink
Upgrade versions (#140)
Browse files Browse the repository at this point in the history
* Upgrade versions

* Update build version

---------

Co-authored-by: ferguss <[email protected]>
  • Loading branch information
fergusstrange and ferguss committed Jul 28, 2024
1 parent efb8f55 commit ae9f98f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: Platform tests
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-11 ]
os: [ ubuntu-latest, windows-latest, macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
10 changes: 5 additions & 5 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ type PostgresVersion string

// Predefined supported Postgres versions.
const (
V16 = PostgresVersion("16.2.0")
V15 = PostgresVersion("15.6.0")
V14 = PostgresVersion("14.11.0")
V13 = PostgresVersion("13.14.0")
V12 = PostgresVersion("12.17.0")
V16 = PostgresVersion("16.3.0")
V15 = PostgresVersion("15.7.0")
V14 = PostgresVersion("14.12.0")
V13 = PostgresVersion("13.15.0")
V12 = PostgresVersion("12.19.0")
V11 = PostgresVersion("11.22.0")
V10 = PostgresVersion("10.23.0")
V9 = PostgresVersion("9.6.24")
Expand Down

0 comments on commit ae9f98f

Please sign in to comment.