An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump test versions for CI

Matthew Johnston (Aug 13, 2024, 10:23 PM -0500) 54d74d28 7aa97df1

+9 -4
+9 -4
.github/workflows/ci.yml
··· 15 15 strategy: 16 16 matrix: 17 17 os: ["ubuntu-20.04"] 18 - elixir: ["1.16"] 19 - otp: ["26"] 18 + elixir: ["1.17"] 19 + otp: ["27"] 20 20 steps: 21 21 - uses: actions/checkout@v3 22 22 - uses: erlef/setup-beam@v1 ··· 41 41 fail-fast: false 42 42 matrix: 43 43 os: ["ubuntu-20.04"] 44 - elixir: ["1.16", "1.15", "1.14"] 45 - otp: ["26", "25", "24"] 44 + elixir: ["1.17", "1.16", "1.15", "1.14"] 45 + otp: ["27", "26", "25", "24"] 46 + exclude: 47 + - elixir: "1.14" 48 + otp: "27" 49 + - elixir: "1.17" 50 + otp: "24" 46 51 steps: 47 52 - uses: actions/checkout@v3 48 53 - uses: erlef/setup-beam@v1