From 966e9b42a2480835f0d23fd7fcc63d6ba2b2f392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Charvet=20=E9=BB=91=E7=93=9C?= Date: Wed, 28 Aug 2024 20:40:35 +0100 Subject: [PATCH] Update versions for github CI --- .github/workflows/dialyzer.yml | 4 ++-- .github/workflows/format.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dialyzer.yml b/.github/workflows/dialyzer.yml index b76c56e91..ee0a98eff 100644 --- a/.github/workflows/dialyzer.yml +++ b/.github/workflows/dialyzer.yml @@ -16,8 +16,8 @@ on: # Sets the ENV `MIX_ENV` to `test` for running tests env: MIX_ENV: test - ELIXIR_VER: '1.14.3' - OTP_VER: '25.2.3' + ELIXIR_VER: '1.16.3' + OTP_VER: '26.2.5.2' permissions: contents: read diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 87a1429c7..a04930ee5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,8 +16,8 @@ on: # Sets the ENV `MIX_ENV` to `test` for running tests env: MIX_ENV: test - ELIXIR_VER: '1.14.3' - OTP_VER: '25.2.3' + ELIXIR_VER: '1.16.3' + OTP_VER: '26.2.5.2' permissions: contents: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfb964803..cd595b31a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,8 +16,8 @@ on: # Sets the ENV `MIX_ENV` to `test` for running tests env: MIX_ENV: test - ELIXIR_VER: '1.14.3' - OTP_VER: '25.2.3' + ELIXIR_VER: '1.16.3' + OTP_VER: '26.2.5.2' permissions: contents: read