Skip to content

Commit 9a2f4bd

Browse files
committed
Optionally caching the table metadata
1 parent 82560f5 commit 9a2f4bd

17 files changed

+701
-284
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- otp: '25.x'
20+
- otp: '26.x'
2121
os: 'ubuntu-latest'
2222
coverage: true
2323
xref: true
2424
dialyzer: true
25+
- otp: '25.x'
26+
os: 'ubuntu-latest'
2527
- otp: '24.x'
2628
os: 'ubuntu-latest'
2729
- otp: '23.x'

0 commit comments

Comments
 (0)