diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index af67046..4277035 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,8 +11,8 @@ jobs: - name: Setup Elixir uses: erlef/setup-beam@v1 with: - otp-version: '24' - elixir-version: '1.12' + otp-version: '25' + elixir-version: '1.14' - name: Checkout uses: actions/checkout@v3 - name: setup hex diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccc8ef9..ae68de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: - name: Setup Elixir uses: erlef/setup-beam@v1 with: - otp-version: '24' - elixir-version: '1.13' + otp-version: '25' + elixir-version: '1.14' # Define how to cache the `_build` directory. # After the first run, this speeds up tests runs a lot. # This includes not re-compiling our project's downloaded deps every run. diff --git a/.github/workflows/retire.yml b/.github/workflows/retire.yml index c31b7aa..644932b 100644 --- a/.github/workflows/retire.yml +++ b/.github/workflows/retire.yml @@ -36,8 +36,8 @@ jobs: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: - otp-version: '24' - elixir-version: '1.12' + otp-version: '25' + elixir-version: '1.14' - run: echo "Attempting to retire version $VERSION" - run: mix hex.config api_key "$HEX_AUTH_KEY" env: