We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8440550 commit df64f20Copy full SHA for df64f20
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
strategy:
11
matrix:
12
elixir: ["1.18.4", "1.19.0-rc.0"]
13
- otp: ["27.3.4", "28.0"]
14
- exclude:
15
- - elixir: "1.15.8"
16
- otp: "27.2.4"
17
- - elixir: "1.16.3"
18
+ otp: ["27.3.4", "28.0.0"]
+ # exclude:
+ # - elixir: "1.18.4"
+ # otp: "28.0.0"
+ # - elixir: "1.16.3"
+ # otp: "27.2.4"
19
steps:
20
- uses: actions/checkout@v4
21
- uses: erlef/setup-beam@v1
0 commit comments