Skip to content

Commit d571d5b

Browse files
authored
Update Elixir/Erlang versions in CI (#275)
1 parent 8e377af commit d571d5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- otp: "27.0"
18-
elixir: "1.17"
17+
- otp: "27.2"
18+
elixir: "1.18"
1919
os: ubuntu-latest
2020
dialyzer: true
2121
lint: true

.github/workflows/publish-to-hex.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
name: Publish to Hex
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: Checkout this repository
@@ -18,8 +18,8 @@ jobs:
1818
- name: Install Erlang and Elixir
1919
uses: erlef/setup-beam@v1
2020
with:
21-
otp-version: "26.0.2"
22-
elixir-version: "1.15.4"
21+
otp-version: "27.2"
22+
elixir-version: "1.18"
2323

2424
- name: Fetch and compile dependencies
2525
run: mix do deps.get + deps.compile

0 commit comments

Comments
 (0)