chore: update CI version matrix

This commit is contained in:
Zach Daniel 2020-06-01 21:44:26 -04:00
parent 0940bb1962
commit 77699cb075
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -2,17 +2,17 @@ name: Elixir CI
on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['20.3', '21.3', '22.2']
elixir: ['1.8.2', '1.9.4', '1.10.0']
otp: [21.3', "22.2"]
elixir: [1.9.4', "1.10.0"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1