We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccedfe6 commit f442a42Copy full SHA for f442a42
1 file changed
.github/workflows/ci.yml
@@ -43,14 +43,18 @@ jobs:
43
include:
44
- otp: "26.2"
45
elixir: "1.17.2-otp-26"
46
- - otp: "26.2"
47
- elixir: "1.18.1-otp-26"
48
- - otp: "27.2"
+ - otp: "27.2.4"
49
elixir: "1.17.2-otp-27"
50
51
- elixir: "1.18.1-otp-27"
52
- - otp: "28.0.1"
53
elixir: "1.18.4-otp-27"
+ - otp: "28.3.1"
+ elixir: "1.18.4-otp-28"
+ elixir: "1.19.5-otp-27"
54
55
+ elixir: "1.19.5-otp-28"
56
57
+ elixir: "1.20.0-rc.1-otp-28"
58
lint: true
59
steps:
60
# Step: Setup Elixir + Erlang image as the base.
0 commit comments