Skip to content

Commit f5b34ef

Browse files
committed
Add OTP24 to the Github workflows
1 parent 3c5880d commit f5b34ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,11 @@ jobs:
140140
strategy:
141141
matrix:
142142
pair:
143-
- erlang: "23.1"
144-
elixir: "1.11.1"
143+
- erlang: "24.0"
144+
elixir: "1.11.4"
145+
- erlang: "23.3"
146+
elixir: "1.11.4"
147+
145148
- erlang: "23.0.3"
146149
elixir: "1.10.3"
147150

0 commit comments

Comments
 (0)