We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8151f84 commit 705bb31Copy full SHA for 705bb31
.github/workflows/bench.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: erlef/setup-beam@v1
28
with:
29
- elixir-version: "1.15"
+ elixir-version: "1.16"
30
otp-version: "26"
31
32
- uses: actions/cache@v3
.github/workflows/test.yml
@@ -14,12 +14,12 @@ jobs:
14
15
strategy:
16
matrix:
17
- elixir: ["1.14", "1.15"]
+ elixir: ["1.14", "1.15", "1.16"]
18
otp: ["25", "26"]
19
clickhouse: ["23.3.7.5"]
20
timezone: ["UTC"]
21
include:
22
- - elixir: "1.15"
+ - elixir: "1.16"
23
otp: "26"
24
clickhouse: "23.3.7.5"
25
timezone: "Europe/Berlin"
0 commit comments