Skip to content

Commit de0e0a2

Browse files
committed
Include OTP 28 in the build matrix
1 parent 176de8d commit de0e0a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
include:
1818
- elixir: 1.15.8
1919
otp: 24.3.4.17
20-
- elixir: 1.18.1
21-
otp: 27.2
20+
- elixir: 1.18.4
21+
otp: 27.3
22+
- elixir: 1.18.4
23+
otp: 28.0
2224
env:
2325
MIX_ENV: test
2426
steps:

0 commit comments

Comments
 (0)