Skip to content

Commit

Permalink
try elixir 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Dec 25, 2023
1 parent 8151f84 commit 705bb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: erlef/setup-beam@v1
with:
elixir-version: "1.15"
elixir-version: "1.16"
otp-version: "26"

- uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

strategy:
matrix:
elixir: ["1.14", "1.15"]
elixir: ["1.14", "1.15", "1.16"]
otp: ["25", "26"]
clickhouse: ["23.3.7.5"]
timezone: ["UTC"]
include:
- elixir: "1.15"
- elixir: "1.16"
otp: "26"
clickhouse: "23.3.7.5"
timezone: "Europe/Berlin"
Expand Down

0 comments on commit 705bb31

Please sign in to comment.