Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Elixir/Erlang versions in CI #275

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading