Skip to content

Commit

Permalink
Remove EOL PostgreSQL version 11 from CI (#5441)
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoFloris committed Nov 22, 2023
1 parent 1663e38 commit 01f92e0
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 @@ -30,7 +30,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: [net8.0]
include:
Expand Down

0 comments on commit 01f92e0

Please sign in to comment.