Skip to content

Commit 64215ac

Browse files
committed
chore: ci linting with 1.18 and compiling with warnings as errors
1 parent 9d80f36 commit 64215ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ["ubuntu-20.04"]
18-
elixir: ["1.15"]
18+
elixir: ["1.15", "1.18"]
1919
otp: ["26"]
2020
steps:
2121
- uses: actions/checkout@v3
@@ -61,5 +61,5 @@ jobs:
6161
restore-keys: ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_
6262
- run: mix deps.get --only test
6363
- run: mix deps.compile
64-
- run: mix compile
64+
- run: mix compile --warnings-as-errors
6565
- run: mix test

0 commit comments

Comments
 (0)