downgrade ubuntu version, don't fail fast

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

View file

@ -14,16 +14,15 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Test on OTP ${{matrix.pair.otp}} / Elixir ${{matrix.pair.elixir}}
strategy:
# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
fail-fast: false
matrix:
include:
- pair:
elixir: '1.11'
otp: '22'
otp: '21'
- pair:
elixir: '1.15'
otp: '26'