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 65ac95b commit 7bdf479Copy full SHA for 7bdf479
.github/workflows/ci.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
matrix:
19
os: ["ubuntu-20.04"]
20
- elixir: ["1.14"]
21
- otp: ["25"]
+ elixir: ["1.15"]
+ otp: ["26"]
22
steps:
23
- uses: actions/checkout@v3
24
- uses: erlef/setup-beam@v1
@@ -48,11 +48,15 @@ jobs:
48
fail-fast: false
49
50
os: ["ubuntu-20.04", "windows-2019"]
51
- elixir: ["1.14", "1.13", "1.12"]
52
- otp: ["25", "24", "23"]
+ elixir: ["1.15", "1.14", "1.13", "1.12"]
+ otp: ["26", "25", "24", "23"]
53
exclude:
54
- elixir: "1.12"
55
otp: "25"
56
+ - elixir: "1.12"
57
+ otp: "26"
58
+ - elixir: "1.13"
59
60
- os: "windows-2019"
61
otp: "23"
62
0 commit comments