Skip to content

Commit b19a955

Browse files
committed
increase elixir and otp versions
1 parent d108ac0 commit b19a955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# Specify the OTP and Elixir versions to use when building
2626
# and running the workflow steps.
2727
matrix:
28-
otp: ['25.0.4']
29-
elixir: ['1.13.0']
28+
otp: ['27.2']
29+
elixir: ['1.18.1']
3030
steps:
3131
# Step: Setup Elixir + Erlang image as the base.
3232
- name: Set up Elixir

0 commit comments

Comments
 (0)