Skip to content

Commit e995f3a

Browse files
committed
Update test matrix to exclude special cases
1 parent c40238d commit e995f3a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: ["ubuntu-latest"]
20-
elixir: ["1.17"]
20+
elixir: ["1.18"]
2121
otp: ["28"]
2222
steps:
2323
- uses: actions/checkout@v4
@@ -48,13 +48,19 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: ["ubuntu-latest"]
51-
elixir: ["1.17", "1.16", "1.15"]
51+
elixir: ["1.18", "1.17", "1.16", "1.15"]
5252
otp: ["28", "27", "26", "25"]
5353
exclude:
5454
- elixir: "1.15"
5555
otp: "27"
5656
- elixir: "1.16"
5757
otp: "27"
58+
- elixir: "1.15"
59+
otp: "28"
60+
- elixir: "1.16"
61+
otp: "28"
62+
- elixir: "1.17"
63+
otp: "28"
5864
include:
5965
- os: "windows-2019"
6066
otp: "27"

0 commit comments

Comments
 (0)