We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc29b12 commit 5454147Copy full SHA for 5454147
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false # We want all of them to run, even if one fails
20
matrix:
21
- os: ubuntu-latest
+ os: [ "ubuntu-latest" ]
22
pg: [ "12", "13", "14", "15", "16" ]
23
include:
24
- postgres: 16
0 commit comments