We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433e753 commit f125accCopy full SHA for f125acc
.github/workflows/ci.yml
@@ -40,8 +40,8 @@ jobs:
40
# Specify the OTP and Elixir versions to use when building
41
# and running the workflow steps.
42
matrix:
43
- otp: ['25.3.2'] # Define the OTP version [required]
44
- elixir: ['1.14.4'] # Define the elixir version [required]
+ otp: ['26.2.4'] # Define the OTP version [required]
+ elixir: ['1.16.2-otp-26'] # Define the elixir version [required]
45
steps:
46
# Step: Setup Elixir + Erlang image as the base.
47
- name: Set up Elixir
0 commit comments