We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da38e8b commit cb9fc1cCopy full SHA for cb9fc1c
1 file changed
.github/workflows/ci.yml
@@ -16,8 +16,16 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- otp: ["23", "24", "25"]
20
- elixir: ["1.13.4", "1.14.4"]
+ otp: ["24", "25", "26"]
+ 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
27
28
+ elixir: "1.14.5"
29
steps:
30
- name: Checkout source code
31
uses: actions/checkout@v3
0 commit comments