Skip to content

Commit c3de66d

Browse files
committed
Fix yaml formatting
1 parent 2aca4b6 commit c3de66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
# Define Postgres versions to test against.
27-
postgres_version: [13.22]
28-
# postgres_version: [13.22, 14.19, 15.14, 16.10, 17.6]
27+
postgres_version: [13.22]
28+
# postgres_version: [13.22, 14.19, 15.14, 16.10, 17.6]
2929
services:
3030
postgres:
3131
image: postgres:${{ matrix.postgres_version }}

0 commit comments

Comments
 (0)