Skip to content

Commit 8def47c

Browse files
committed
Test with Elixir 1.18
1 parent 801408e commit 8def47c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: erlef/setup-beam@v1
1818
with:
19-
otp-version: 26.0
20-
elixir-version: 1.16
19+
otp-version: 27.0
20+
elixir-version: 1.18
2121
- run: mix deps.get
2222
- run: mix compile --warnings-as-errors
2323
- run: mix credo --ignore design.tagtodo
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
matrix:
4242
version:
43-
- otp: 26.0
44-
elixir: 1.16.0
43+
- otp: 27.0
44+
elixir: 1.18.0
4545
os: ubuntu-latest
4646
- otp: 22.0
4747
elixir: 1.12.0

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: erlef/setup-beam@v1
2121
with:
22-
otp-version: 26.0
23-
elixir-version: 1.16
22+
otp-version: 27.0
23+
elixir-version: 1.18
2424
- run: mix deps.get
2525
- run: mix hex.publish --yes

0 commit comments

Comments
 (0)