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 f17b1ca commit 1be500cCopy full SHA for 1be500c
.github/workflows/ci.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
matrix:
17
os: ["ubuntu-20.04"]
18
- elixir: ["1.13"]
19
- otp: ["24"]
+ elixir: ["1.14"]
+ otp: ["25"]
20
steps:
21
- uses: actions/checkout@v2
22
- uses: erlef/setup-beam@v1
@@ -43,8 +43,8 @@ jobs:
43
fail-fast: false
44
45
46
- elixir: ["1.13", "1.12", "1.11"]
47
- otp: ["24", "23", "22"]
+ elixir: ["1.14", "1.13", "1.12"]
+ otp: ["25", "24", "23"]
48
49
50
0 commit comments