We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d108ac0 commit b19a955Copy full SHA for b19a955
1 file changed
.github/workflows/main.yaml
@@ -25,8 +25,8 @@ jobs:
25
# Specify the OTP and Elixir versions to use when building
26
# and running the workflow steps.
27
matrix:
28
- otp: ['25.0.4']
29
- elixir: ['1.13.0']
+ otp: ['27.2']
+ elixir: ['1.18.1']
30
steps:
31
# Step: Setup Elixir + Erlang image as the base.
32
- name: Set up Elixir
0 commit comments