Skip to content

Commit 7f03ed2

Browse files
committed
Update base versions
1 parent 5be2a9d commit 7f03ed2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "Build binaries"
22
on: ["push", "pull_request"]
33
env:
44
OTP_GITHUB_URL: https://github.com/erlang/otp.git
5-
OTP_VERSION: OTP-24.3.4.15
5+
OTP_VERSION: OTP-26.2.5.9_diode
66
WXWIDGETS_REPO: https://github.com/dominicletz/wxWidgets.git
77
WXWIDGETS_VERSION: master
8-
ELIXIR_VERSION: 1.14.5
9-
ELIXIR_VARIANT: -otp-24
8+
ELIXIR_VERSION: 1.16.3
9+
ELIXIR_VARIANT: -otp-26
1010
DOCKER_BUILDKIT: 0
1111

1212
jobs:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- name: Setup elixir
1010
uses: erlef/setup-beam@v1
1111
with:
12-
elixir-version: "1.14.5"
13-
otp-version: "24.3.3"
12+
elixir-version: "1.16.3"
13+
otp-version: "26.2.5.9"
1414

1515
- uses: actions/checkout@v1
1616
- run: |

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.14.5-otp-24
2-
erlang 24.3.4.13
1+
elixir 1.16.3-otp-26
2+
erlang 26.2.5.9

0 commit comments

Comments
 (0)