Skip to content

Commit

Permalink
Update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
schultyy committed Jul 28, 2023
1 parent ea7363b commit 37db309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
matrix:
otp: ['25.0.4', '26.0.2'] # Define the OTP version [required]
elixir: ['1.14.1', '1.15'] # Define the elixir version [required]
otp: ['25', '26'] # Define the OTP version [required]
elixir: ['1.14', '1.15'] # Define the elixir version [required]
steps:
# Step: Setup Elixir + Erlang image as the base.
- name: Set up Elixir
Expand Down

0 comments on commit 37db309

Please sign in to comment.