Skip to content

Commit

Permalink
enhance test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
smoes committed May 17, 2024
1 parent f6b52df commit 97f9248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
matrix:
otp: ['25.0.4']
elixir: ['1.15.0']
otp: ['24.0.0', '25.0.4']
elixir: ['1.10.0', '1.11.0', '1.12.0', '1.13.0', '1.14.0', '1.15.0', '1.16.0']
steps:
# Step: Setup Elixir + Erlang image as the base.
- name: Set up Elixir
Expand Down

0 comments on commit 97f9248

Please sign in to comment.