We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f508ab6 commit c40238dCopy full SHA for c40238d
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
os: ["ubuntu-latest"]
20
elixir: ["1.17"]
21
- otp: ["27"]
+ otp: ["28"]
22
steps:
23
- uses: actions/checkout@v4
24
- uses: erlef/setup-beam@v1
@@ -49,7 +49,7 @@ jobs:
49
50
51
elixir: ["1.17", "1.16", "1.15"]
52
- otp: ["27", "26", "25"]
+ otp: ["28", "27", "26", "25"]
53
exclude:
54
- elixir: "1.15"
55
otp: "27"
0 commit comments