Skip to content

Commit

Permalink
Optionally caching the table metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Oct 29, 2023
1 parent 82560f5 commit 9a2f4bd
Show file tree
Hide file tree
Showing 17 changed files with 701 additions and 284 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
fail-fast: false
matrix:
include:
- otp: '25.x'
- otp: '26.x'
os: 'ubuntu-latest'
coverage: true
xref: true
dialyzer: true
- otp: '25.x'
os: 'ubuntu-latest'
- otp: '24.x'
os: 'ubuntu-latest'
- otp: '23.x'
Expand Down
Loading

0 comments on commit 9a2f4bd

Please sign in to comment.