Skip to content

Commit

Permalink
Update Elixir/Erlang versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Dec 22, 2024
1 parent 8e377af commit f17f241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-hex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
name: Publish to Hex

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout this repository
Expand All @@ -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
Expand Down

0 comments on commit f17f241

Please sign in to comment.