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 2c8799d
Show file tree
Hide file tree
Showing 17 changed files with 701 additions and 286 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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'
os: 'ubuntu-20.04'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 2c8799d

Please sign in to comment.