Skip to content

Commit c40238d

Browse files
committed
Add OTP 28 to CI test matrix
1 parent f508ab6 commit c40238d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: ["ubuntu-latest"]
2020
elixir: ["1.17"]
21-
otp: ["27"]
21+
otp: ["28"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: erlef/setup-beam@v1
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
os: ["ubuntu-latest"]
5151
elixir: ["1.17", "1.16", "1.15"]
52-
otp: ["27", "26", "25"]
52+
otp: ["28", "27", "26", "25"]
5353
exclude:
5454
- elixir: "1.15"
5555
otp: "27"

0 commit comments

Comments
 (0)