Skip to content

Commit 433a764

Browse files
authored
Bump OTP version in GitHub Actions (michalmuskala#153)
1 parent a6a57d3 commit 433a764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
otp: 23
3737
- elixir: 1.13.x
3838
otp: 24
39+
- elixir: 1.13.x
40+
otp: 25
3941
warnings_as_errors: true
4042
env:
4143
MIX_ENV: test
@@ -70,7 +72,7 @@ jobs:
7072
- uses: actions/checkout@v2
7173
- uses: erlef/setup-beam@v1
7274
with:
73-
otp-version: 24
75+
otp-version: 25
7476
elixir-version: 1.13.x
7577
- name: Install Dependencies
7678
run: |

0 commit comments

Comments
 (0)