Boost minimum tested version to 1.9
Add erlang 22
This commit is contained in:
parent
851f6415fe
commit
73b6973a74
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
otp: [21.x]
|
||||
elixir: [1.8.x, 1.11.x]
|
||||
elixir: [1.9.x, 1.11.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -42,8 +42,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
otp: [21.x]
|
||||
elixir: [1.8.x, 1.11.x]
|
||||
otp: [21.x, 22.x]
|
||||
elixir: [1.9.x, 1.11.x]
|
||||
|
||||
services:
|
||||
db:
|
||||
|
|
Reference in a new issue