An Ecto SQLite3 adapter.
0

Configure Feed

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

Exclude elixir-1.15-otp-27 in CI

Matthew Johnston (Aug 13, 2024, 10:30 PM -0500) 532a78ff 4ff2bb44

+2
+2
.github/workflows/ci.yml
··· 46 46 exclude: 47 47 - elixir: "1.14" 48 48 otp: "27" 49 + - elixir: "1.15" 50 + otp: "27" 49 51 - elixir: "1.17" 50 52 otp: "24" 51 53 steps: