We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2935965 commit 0620596Copy full SHA for 0620596
1 file changed
.github/workflows/ci.yml
@@ -23,23 +23,23 @@ jobs:
23
include:
24
- os: windows
25
ruby: "head"
26
- PGVERSION: 17.0-1-windows-x64
27
- PGVER: "17"
+ PGVERSION: 18.0-1-windows-x64
+ PGVER: "18"
28
29
ruby: "2.4"
30
PGVERSION: 9.4.26-1-windows-x64
31
PGVER: "9.4"
32
- os: ubuntu
33
34
35
36
os_ver: "22.04"
37
ruby: "2.3"
38
PGVER: "9.3"
39
- os: macos
40
41
- PGVERSION: 17.0-1-osx
42
+ PGVERSION: 18.0-1-osx
43
44
runs-on: ${{ matrix.os }}-${{ matrix.os_ver || 'latest' }}
45
env:
0 commit comments