Update elixir/erlang versions in CI workflow

This commit is contained in:
Mitchell Hanberg 2021-08-29 18:17:55 -04:00
parent c6d29e592b
commit 9b4dc26a5d
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
otp: [23.x]
elixir: [1.9.x, 1.11.x]
otp: [23.x, 24.x]
elixir: [1.10.x, 1.12.x]
steps:
- uses: actions/checkout@v2