Skip to content

Commit

Permalink
chore(CI): Update Elixir/Erlang compatibility matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Nov 6, 2023
1 parent 1b55c71 commit d239268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mix_credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
MIX_ENV: test
strategy:
matrix:
elixir: [1.13.4]
otp: [24.3.4]
elixir: [1.13.4, 1.15.7]
otp: [24.3.4, 26.1.2]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d239268

Please sign in to comment.