We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5321975 commit f36e247Copy full SHA for f36e247
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- pg: [17, 16, 15, 14, 13, 12, 11, 10]
+ pg: [18, 17, 16, 15, 14, 13, 12, 11, 10]
14
name: 🐘 PostgreSQL ${{ matrix.pg }}
15
runs-on: ubuntu-latest
16
container: pgxn/pgxn-tools
0 commit comments