Skip to content

Commit 7ffa1cb

Browse files
committed
chore: increasing github workflow erlang version
1 parent e96e822 commit 7ffa1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
1717
elixir_otp:
18-
- { elixir: 1.13, otp: 22 }
19-
- { elixir: 1.14, otp: 23 }
18+
- { elixir: 1.13, otp: 24 }
19+
- { elixir: 1.14, otp: 24 }
2020
- { elixir: 1.15, otp: 24 }
2121
- { elixir: 1.16, otp: 25 }
2222
- { elixir: 1.17, otp: 26 }

0 commit comments

Comments
 (0)