build: pin elixir image full version to elixir:1.16.1-otp-26 (#3733)

* build: pin elixir image full version to elixir:1.16.1-otp-26

* doc: update changelog

* build: pin github action elixir version as well to 1.16.1-otp-26
This commit is contained in:
JakobLichterfeld
2024-03-12 13:59:38 +01:00
committed by GitHub
parent b309c94e98
commit 3fdb4943b0
3 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.15"
- elixir: "1.16.1"
otp: "26"
lint: true
@@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.15"
- elixir: "1.16.1"
otp: "26"
report_coverage: true