From bef00c9a88940014aa6eb2afb725a3579f96008f Mon Sep 17 00:00:00 2001 From: Theodor Fiedler Date: Mon, 13 Jan 2025 21:54:02 +0100 Subject: [PATCH] ci: update elixir and erlang versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c233861a..a51e0fc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: name: Ex${{matrix.elixir}}/OTP${{matrix.otp}} strategy: matrix: - elixir: ['1.15.7', '1.16.0', '1.17.0-rc.0'] - otp: ['25.1.2'] + elixir: ['1.15.8', '1.16.3', '1.17.3'] + otp: ['25.3.2'] steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1