We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b960f commit 76cb1beCopy full SHA for 76cb1be
.github/workflows/ci.yml
@@ -27,18 +27,14 @@ jobs:
27
matrix:
28
include:
29
# minimum required versions
30
- # - otp: "26.2.5.6"
31
- # elixir: "1.15.4-otp-26"
32
33
- # elixir: "1.16.2-otp-26"
34
35
- # elixir: "1.17.2-otp-26"
36
- # - otp: "27.2"
37
- # elixir: "1.17.2-otp-27"
38
39
- # elixir: "1.18.4-otp-27"
40
- otp: "27.2.4"
41
elixir: "1.18.4-otp-27"
+ - otp: "28.3.1"
+ elixir: "1.18.4-otp-28"
+ - otp: "27.2.4"
+ elixir: "1.19.5-otp-27"
+ elixir: "1.19.5-otp-28"
42
lint: true
43
steps:
44
# Step: Setup Elixir + Erlang image as the base.
0 commit comments