Skip to content

Commit 0620596

Browse files
committed
CI: Update PostgreSQL versions
1 parent 2935965 commit 0620596

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ jobs:
2323
include:
2424
- os: windows
2525
ruby: "head"
26-
PGVERSION: 17.0-1-windows-x64
27-
PGVER: "17"
26+
PGVERSION: 18.0-1-windows-x64
27+
PGVER: "18"
2828
- os: windows
2929
ruby: "2.4"
3030
PGVERSION: 9.4.26-1-windows-x64
3131
PGVER: "9.4"
3232
- os: ubuntu
3333
ruby: "head"
34-
PGVER: "17"
34+
PGVER: "18"
3535
- os: ubuntu
3636
os_ver: "22.04"
3737
ruby: "2.3"
3838
PGVER: "9.3"
3939
- os: macos
4040
ruby: "head"
41-
PGVERSION: 17.0-1-osx
42-
PGVER: "17"
41+
PGVERSION: 18.0-1-osx
42+
PGVER: "18"
4343

4444
runs-on: ${{ matrix.os }}-${{ matrix.os_ver || 'latest' }}
4545
env:

0 commit comments

Comments
 (0)