Skip to content

Commit

Permalink
Update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 8, 2024
1 parent a00266c commit d46e34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
matrix:
otp: ['26.2.4'] # Define the OTP version [required]
elixir: ['1.16.2-otp-26'] # Define the elixi
otp: ['27.0'] # Define the OTP version [required]
elixir: ['1.17.2-otp-27'] # Define the elixi
steps:
# Step: Setup Elixir + Erlang image as the base.
- name: Set up Elixir
Expand Down

0 comments on commit d46e34d

Please sign in to comment.