diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59b6d74..ff56e0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: include: - - otp: "27.0" - elixir: "1.17" + - otp: "27.2" + elixir: "1.18" os: ubuntu-latest dialyzer: true lint: true diff --git a/.github/workflows/publish-to-hex.yml b/.github/workflows/publish-to-hex.yml index 8a29988..29b3005 100644 --- a/.github/workflows/publish-to-hex.yml +++ b/.github/workflows/publish-to-hex.yml @@ -9,7 +9,7 @@ jobs: publish: name: Publish to Hex - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout this repository @@ -18,8 +18,8 @@ jobs: - name: Install Erlang and Elixir uses: erlef/setup-beam@v1 with: - otp-version: "26.0.2" - elixir-version: "1.15.4" + otp-version: "27.2" + elixir-version: "1.18" - name: Fetch and compile dependencies run: mix do deps.get + deps.compile