From 1d36fea05711dbb5b8c268b3a929d44519b4edfc Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Thu, 23 Oct 2025 01:24:17 -0300 Subject: [PATCH] fix: ci versions --- .github/workflows/ci.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f694f..02b9bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false matrix: job: - - { arch: "x86_64", runs-os: ubuntu-latest, otp: "25.3.2.15", elixir: "1.15.4" } - - { arch: "aarch64", runs-os: ubuntu-24.04-arm, otp: "25.3.2.15", elixir: "1.15.4" } + - { arch: "x86_64", runs-os: ubuntu-latest, otp: "25.3.2.15", elixir: "1.17.0" } + - { arch: "aarch64", runs-os: ubuntu-24.04-arm, otp: "25.3.2.15", elixir: "1.17.0" } env: MIX_ENV: test steps: @@ -73,11 +73,10 @@ jobs: fail-fast: false matrix: job: - - { otp: "25.3.2.15", elixir: "1.15.4" } - - { otp: "25.3.2.15", elixir: "1.16.2", lint: true } - - { otp: "25.3.2.15", elixir: "1.16.2", build: true } - - { otp: "25.3.2.15", elixir: "1.16.2", gpu: true } - - { otp: "25.3.2.15", elixir: "1.16.2", gpu: true, build: true } + - { otp: "25.3.2.15", elixir: "1.17.0", lint: true } + - { otp: "25.3.2.15", elixir: "1.17.0", build: true } + - { otp: "25.3.2.15", elixir: "1.17.0", gpu: true } + - { otp: "25.3.2.15", elixir: "1.17.0", gpu: true, build: true } env: MIX_ENV: test steps: @@ -98,7 +97,7 @@ jobs: echo "path=${OTP_PATH}:${ELIXIR_PATH}" >> $GITHUB_OUTPUT echo "${OTP_PATH}" >> $GITHUB_PATH echo "${ELIXIR_PATH}" >> $GITHUB_PATH - + - name: Setup Mix run: | mix local.hex --force