Skip to content

Commit

Permalink
Limit static analysis versions to 15 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
akorotkov committed Dec 6, 2023
1 parent 4ca0155 commit 17eda29
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 @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg_version: [13, 14, 15, 16]
pg_version: [15, 16]
compiler: [clang, gcc]
env:
LLVM_VER: 12
Expand Down

0 comments on commit 17eda29

Please sign in to comment.