Add exact test versions

920f341 · Jonathan Clem · 2020-05-17 14:57

2 files +6 -6

Files changed

modified .github/workflows/test.yml
+3 −3
@@ -12,9 +12,9 @@ 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
15 + - otp-version: 18.0
16 + elixir-version: 1.1
17 + - otp-version: 23.0
18 18 elixir-version: 1.10
19 19 # Full Versions
20 20 - otp-version: 22.0
modified dist/.github/workflows/test.yml
+3 −3
@@ -12,9 +12,9 @@ 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
15 + - otp-version: 18.0
16 + elixir-version: 1.1
17 + - otp-version: 23.0
18 18 elixir-version: 1.10
19 19 # Full Versions
20 20 - otp-version: 22.0

Parents: 1a26cf4