We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7bd85 commit c018c31Copy full SHA for c018c31
1 file changed
.github/workflows/ci.yml
@@ -17,22 +17,14 @@ jobs:
17
fail-fast: false
18
matrix:
19
include:
20
- # Latest supported versions.
21
- os: ubuntu-22.04
22
elixir: "1.18"
23
otp: "27.2"
24
lint: true
25
26
- # This is a middle ground: it's old versions that we probably want to start
27
- # requiring at some point, but technically we support older.
28
- - os: ubuntu-20.04
29
- elixir: "1.13"
30
- otp: "22.3"
31
-
32
- # Oldest supported versions.
33
34
- elixir: "1.11"
35
- otp: "21.3.8.24"
+ - os: ubuntu-22.04
+ elixir: "1.14"
+ otp: "24.2"
36
37
steps:
38
- name: Check out this repository
0 commit comments