Skip to content

Commit

Permalink
Bump OTP version in GitHub Actions (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jun 14, 2022
1 parent a6a57d3 commit 433a764
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
otp: 23
- elixir: 1.13.x
otp: 24
- elixir: 1.13.x
otp: 25
warnings_as_errors: true
env:
MIX_ENV: test
Expand Down Expand Up @@ -70,7 +72,7 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 24
otp-version: 25
elixir-version: 1.13.x
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 433a764

Please sign in to comment.