Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jraoult committed Apr 29, 2024
1 parent 80f6ac2 commit 8068d69
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/postgres-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ 18, 20 ]
postgres_version: [ 12.18, 13.14, 14.11, 15.6, 16.2 ]
node_version: [18, 20]
postgres_version: [12.18, 13.14, 14.11, 15.6, 16.2]
fail-fast: false
timeout-minutes: 10

Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ 20 ]
postgres_version: [ 16.2 ]
node_version: [20]
postgres_version: [16.2]
fail-fast: false
timeout-minutes: 10

Expand Down Expand Up @@ -129,8 +129,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ 20 ]
postgres_version: [ 16.2 ]
node_version: [20]
postgres_version: [16.2]
fail-fast: false
timeout-minutes: 10

Expand Down Expand Up @@ -304,8 +304,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ 20 ]
postgres_version: [ 16.2 ]
node_version: [20]
postgres_version: [16.2]
fail-fast: false
timeout-minutes: 10

Expand Down

0 comments on commit 8068d69

Please sign in to comment.