We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e377af commit d571d5bCopy full SHA for d571d5b
.github/workflows/main.yml
@@ -14,8 +14,8 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - otp: "27.0"
18
- elixir: "1.17"
+ - otp: "27.2"
+ elixir: "1.18"
19
os: ubuntu-latest
20
dialyzer: true
21
lint: true
.github/workflows/publish-to-hex.yml
@@ -9,7 +9,7 @@ jobs:
9
publish:
10
name: Publish to Hex
11
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
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"
22
- elixir-version: "1.15.4"
+ otp-version: "27.2"
+ elixir-version: "1.18"
23
24
- name: Fetch and compile dependencies
25
run: mix do deps.get + deps.compile
0 commit comments