Skip to content

Commit f125acc

Browse files
committed
Update CI versions
1 parent 433e753 commit f125acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
# Specify the OTP and Elixir versions to use when building
4141
# and running the workflow steps.
4242
matrix:
43-
otp: ['25.3.2'] # Define the OTP version [required]
44-
elixir: ['1.14.4'] # Define the elixir version [required]
43+
otp: ['26.2.4'] # Define the OTP version [required]
44+
elixir: ['1.16.2-otp-26'] # Define the elixir version [required]
4545
steps:
4646
# Step: Setup Elixir + Erlang image as the base.
4747
- name: Set up Elixir

0 commit comments

Comments
 (0)