supabase / pg_jsonschema

PostgreSQL extension providing JSON Schema validation
Apache License 2.0
1.03k stars 30 forks source link

Fix: gh actions to support pg15 #17

Closed hirowf closed 2 years ago

hirowf commented 2 years ago

What kind of change does this PR introduce?

It looks like clang10 and llvm10 support for pg15 has been removed, or is it still a bug, to solve this workflow problem I did some tests with versions 11 and it worked, I didn't want to open a new PR as it still seems to be within the scope of this one .

What is the current behavior?

Can check https://www.postgresql.org/message-id/16858-5d0e07f17734b197%40postgresql.org

olirice commented 2 years ago

thanks! resolved by #18