From 7b0ce8b9a760b2e754a02755ca0139c9d8b7546a Mon Sep 17 00:00:00 2001 From: Nicoleta Lazar <2325898+nicolazar@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:35:34 +0100 Subject: [PATCH] [elixir] ci: bump OTP to 28.5.0.2 --- .github/workflows/build_and_test_elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test_elixir.yml b/.github/workflows/build_and_test_elixir.yml index 5632064e..922b4475 100644 --- a/.github/workflows/build_and_test_elixir.yml +++ b/.github/workflows/build_and_test_elixir.yml @@ -43,7 +43,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest env: - OTP_VERSION: "28.0.2" + OTP_VERSION: "28.5.0.2" ELIXIR_VERSION: "1.19.5" FLUSS_TEST_CLUSTER_BIN: ${{ github.workspace }}/target/debug/fluss-test-cluster MIX_ENV: test