Skip to content

Commit c54291d

Browse files
authored
Update Elixir and OTP versions in CI workflow #207
1 parent dfb027f commit c54291d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
--health-retries 5
2525
strategy:
2626
matrix:
27-
otp: ['25.1.2']
28-
elixir: ['1.14.2']
27+
otp: ['28.0.1']
28+
elixir: ['1.18.4']
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Set up Elixir
@@ -53,4 +53,4 @@ jobs:
5353
AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }}
5454
ENCRYPTION_KEYS: ${{ secrets.ENCRYPTION_KEYS }}
5555
- name: Upload coverage to Codecov
56-
uses: codecov/codecov-action@v1
56+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)