Skip to content

Commit

Permalink
Use Elixir 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Feb 2, 2024
1 parent 8657b4c commit 3b5d4b9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ env:
IMAGE_TAG: latest
IMAGE_VER: ${{ github.sha }}
# Variant if test matrix is not used
VAR: '1.15.7-erlang-26.1.2-debian-bullseye-20230612-slim'
VAR: '1.16.1-erlang-26.2.1-debian-bullseye-20231009-slim'
# Variant that is deployed
PROD_VAR: '1.15.7-erlang-26.1.2-debian-bullseye-20230612-slim'
RELEASE_ELIXIR: 1.15.7
RELEASE_OTP: 26.1.2
RELEASE_BUILD_OS_VER: bullseye-20230612-slim
PROD_VAR: '1.16.1-erlang-26.2.1-debian-bullseye-20231009-slim'
RELEASE_ELIXIR: 1.16.1
RELEASE_OTP: 26.2.1
RELEASE_BUILD_OS_VER: bullseye-20231009-slim
RELEASE_PROD_OS_VER: bullseye-slim
RELEASE_SNAPSHOT_VER: ""
RELEASE_OS: debian
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
build_os_ver: bullseye-20230612-slim
prod_os_ver: bullseye-slim
os: debian
- elixir: 1.16.0
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
prod_os_ver: bullseye-slim
snapshot_ver: 20230612
os: debian
- elixir: 1.16.0
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
build_os_ver: bullseye-20230612-slim
prod_os_ver: bullseye-slim
os: debian
- elixir: 1.16.0
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
Expand Down Expand Up @@ -501,14 +501,14 @@ jobs:
prod_os_ver: bullseye-slim
snapshot_ver: 20230612
os: debian
- elixir: 1.16.0
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
os: debian
- elixir: 1.15.7
otp: 26.1.2
build_os_ver: bullseye-20230612-slim
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
os: distroless
# - elixir: 1.14.5
Expand Down Expand Up @@ -660,14 +660,14 @@ jobs:
prod_os_ver: bullseye-slim
snapshot_ver: 20230612
os: debian
- elixir: 1.16.0
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
os: debian
- elixir: 1.15.7
otp: 26.1.2
build_os_ver: bullseye-20230612-slim
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
os: distroless
# - elixir: 1.14.5
Expand Down Expand Up @@ -799,14 +799,14 @@ jobs:
prod_os_ver: bullseye-slim
snapshot_ver: 20230612
os: debian
- elixir: 1.16.0
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
os: debian
- elixir: 1.15.7
otp: 26.1.2
build_os_ver: bullseye-20230612-slim
- elixir: 1.16.1
otp: 26.2.1
build_os_ver: bullseye-20231009-slim
prod_os_ver: bullseye-slim
os: distroless
# - elixir: 1.14.5
Expand Down
5 changes: 3 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
awscli 2.13.20
erlang 26.1.2
elixir 1.15.7-otp-26
erlang 26.2.1
# elixir 1.15.7-otp-26
elixir 1.16.1-otp-26
nodejs 20.10.0
yarn 1.22.19

0 comments on commit 3b5d4b9

Please sign in to comment.