An Ecto SQLite3 adapter.
0

Configure Feed

Select the types of activity you want to include in your feed.

Use latest ubuntu for CI

Matthew Johnston (Aug 13, 2024, 10:27 PM -0500) 58c0e861 54d74d28

+2 -2
+2 -2
.github/workflows/ci.yml
··· 14 14 name: Lint 15 15 strategy: 16 16 matrix: 17 - os: ["ubuntu-20.04"] 17 + os: ["ubuntu-latest"] 18 18 elixir: ["1.17"] 19 19 otp: ["27"] 20 20 steps: ··· 40 40 strategy: 41 41 fail-fast: false 42 42 matrix: 43 - os: ["ubuntu-20.04"] 43 + os: ["ubuntu-latest"] 44 44 elixir: ["1.17", "1.16", "1.15", "1.14"] 45 45 otp: ["27", "26", "25", "24"] 46 46 exclude: