Skip to content

Commit

Permalink
Add 17 and 18 to versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Oct 4, 2024
1 parent 7460b2f commit 72fd5a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
strategy:
matrix:
pg:
- 18
- 17
- 16
- 15
- 14
# versions before 14 no not support Infinity in numeric
# versions before 14 no not support Infinity in numeric and lack lz4 support
- 13
- 12
# versions before 12 have a different output format for floats (inf/Infinity, nan/NaN)
Expand All @@ -27,7 +29,7 @@ jobs:
- name: Start PostgreSQL ${{ matrix.pg }}
run: pg-start ${{ matrix.pg }}
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Give build directory to postgres
run: 'chown -R postgres: .'
- name: Install extra build dependencies
Expand Down

0 comments on commit 72fd5a9

Please sign in to comment.