Skip to content

Commit

Permalink
Remove unsupported PG 11 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoFloris committed May 9, 2024
1 parent 84bdb9b commit 8882a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
pg_major: [16, 15, 14, 13, 12, 11]
pg_major: [16, 15, 14, 13, 12]
config: [Release]
test_tfm: [net7.0]
include:
Expand Down

0 comments on commit 8882a39

Please sign in to comment.