Add older and newer Elixir/OTP versions

66a8e10 · Jonathan Clem · 2020-05-17 14:54

2 files +8 -0

Files changed

modified .github/workflows/test.yml
+4 −0
@@ -12,6 +12,10 @@ jobs:
12 12 strategy:
13 13 matrix:
14 14 pair:
15 + - otp-version: 18.x
16 + elixir-version: 1.1.x
17 + - otp-version: 23
18 + elixir-version: 1.10
15 19 # Full Versions
16 20 - otp-version: 22.0
17 21 elixir-version: 1.9.1
modified dist/.github/workflows/test.yml
+4 −0
@@ -12,6 +12,10 @@ jobs:
12 12 strategy:
13 13 matrix:
14 14 pair:
15 + - otp-version: 18.x
16 + elixir-version: 1.1.x
17 + - otp-version: 23
18 + elixir-version: 1.10
15 19 # Full Versions
16 20 - otp-version: 22.0
17 21 elixir-version: 1.9.1

Parents: 5d6e537