mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2025-05-20 20:22:52 -04:00
downgrade ubuntu version, don't fail fast
This commit is contained in:
parent
26d92857f7
commit
ed29c3ce6e
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue