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 9, 2024
1 parent b8b0cb7 commit 2e0a6d5
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: ['25.3.2'] # Define the OTP version [required]
elixir: ['1.14.4'] # Define the elixir version [required]
otp: ['26.2.5', '27.0'] # Define the OTP version [required]
elixir: ['1.16.2', '1.17.2'] # Define the elixir version [required]
steps:
# Step: Setup Elixir + Erlang image as the base.
- name: Set up Elixir
Expand Down

0 comments on commit 2e0a6d5

Please sign in to comment.