Skip to content

Commit 2c8799d

Browse files
committed
Optionally caching the table metadata
1 parent 82560f5 commit 2c8799d

17 files changed

+701
-286
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ 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'
27-
- otp: '23.x'
28-
os: 'ubuntu-20.04'
2929

3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)