We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd000d4 commit 745e940Copy full SHA for 745e940
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
# Test all supported versions
20
matrix:
21
- pgver: [13, 14, 15, 16, 17]
+ pgver: [13, 14, 15, 16, 17, 18]
22
23
steps:
24
- name: Checkout Code
0 commit comments