diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 6ae85a0f..12c07165 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -28,7 +28,7 @@ jobs: uses: erlef/setup-beam@v1 with: otp-version: '25.3.2.7' - elixir-version: '1.14.5' + elixir-version: '1.17' - name: Set up Rust uses: dtolnay/rust-toolchain@v1 with: diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 3ae8f6bf..2f0be1b3 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -28,7 +28,7 @@ jobs: uses: erlef/setup-beam@v1 with: otp-version: '25.3.2.7' - elixir-version: '1.14.5' + elixir-version: '1.17' - name: Set up Rust uses: dtolnay/rust-toolchain@v1 with: diff --git a/.github/workflows/staging_linter.yml b/.github/workflows/staging_linter.yml index 7970c63e..eff46c84 100644 --- a/.github/workflows/staging_linter.yml +++ b/.github/workflows/staging_linter.yml @@ -16,7 +16,7 @@ jobs: uses: erlef/setup-beam@v1 with: otp-version: '25.3.2.7' - elixir-version: '1.14.5' + elixir-version: '1.17' - name: Set up Rust uses: dtolnay/rust-toolchain@v1 with: