Skip to content

Commit

Permalink
Add Windows package test for latest pg17
Browse files Browse the repository at this point in the history
  • Loading branch information
antekresic committed Jan 27, 2025
1 parent 2194a61 commit f35930b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
pg14_latest: ${{ steps.config.outputs.pg14_latest }}
pg15_latest: ${{ steps.config.outputs.pg15_latest }}
pg16_latest: ${{ steps.config.outputs.pg16_latest }}
pg17_latest: ${{ steps.config.outputs.pg17_latest }}

steps:
- name: Checkout source code
Expand All @@ -41,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows-2019 ]
test: [ "14min", "14max", "15min", "15max", "16min", "16max", "17min" ]
test: [ "14min", "14max", "15min", "15max", "16min", "16max", "17min", "17max" ]
include:
- test: 14min
pg: 14
Expand All @@ -64,6 +65,9 @@ jobs:
- test: 17min
pg: 17
pkg_version: ${{ fromJson(needs.config.outputs.pg17_earliest) }}.0
- test: 17max
pg: 17
pkg_version: ${{ fromJson(needs.config.outputs.pg17_latest) }}.0
env:
# PostgreSQL configuration
PGPORT: 6543
Expand Down

0 comments on commit f35930b

Please sign in to comment.