use simpler versions

This commit is contained in:
Sloane Perrault 2023-07-06 16:10:35 -04:00
parent bf3c402d15
commit 26d92857f7
No known key found for this signature in database

View file

@ -23,10 +23,10 @@ jobs:
include:
- pair:
elixir: '1.11'
otp: '21'
otp: '22'
- pair:
elixir: '1.15.0'
otp: '26.0.2'
elixir: '1.15'
otp: '26'
lint: lint
steps:
# Step: Setup Elixir + Erlang image as the base.