Skip to content

Commit cb9fc1c

Browse files
committed
Add elixir 1.15.5 and otp 26 to test matrix.
1 parent da38e8b commit cb9fc1c

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
otp: ["23", "24", "25"]
20-
elixir: ["1.13.4", "1.14.4"]
19+
otp: ["24", "25", "26"]
20+
elixir: ["1.13.4", "1.14.5", "1.15.5"]
21+
exclude:
22+
- otp: "26"
23+
elixir: "1.13.4"
24+
include:
25+
- otp: "23"
26+
elixir: "1.13.4"
27+
- otp: "23"
28+
elixir: "1.14.5"
2129
steps:
2230
- name: Checkout source code
2331
uses: actions/checkout@v3

0 commit comments

Comments
 (0)