Skip to content

Commit

Permalink
Test against PG16 in CI (npgsql#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 14, 2023
1 parent 2d22453 commit fcebb3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [15, 14, 13, 12, 11]
pg_major: [16, 15, 14, 13, 12, 11]
config: [Release]
test_tfm: [net8.0]
include:
- os: ubuntu-22.04
pg_major: 15
pg_major: 16
config: Debug
test_tfm: net8.0
- os: ubuntu-22.04
pg_major: 15
pg_major: 16
config: Release
test_tfm: netcoreapp3.1
- os: macos-12
pg_major: 14
config: Release
test_tfm: net8.0
- os: ubuntu-22.04
pg_major: 16
config: Release
test_tfm: net8.0
pg_prerelease: 'PG Prerelease'
# - os: ubuntu-22.04
# pg_major: 17
# config: Release
# test_tfm: net8.0
# pg_prerelease: 'PG Prerelease'

outputs:
is_release: ${{ steps.analyze_tag.outputs.is_release }}
Expand Down

0 comments on commit fcebb3a

Please sign in to comment.