Skip to content

Commit 2738972

Browse files
committed
Fix typo in CI
1 parent 3ca50bb commit 2738972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
otp: [25.3, 26.2, 27.32, 28.1]
18+
otp: [25.3, 26.2, 27.3, 28.1]
1919
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.1, 1.19.0]
2020
exclude:
2121
- elixir: 1.15.7
2222
otp: 27.3
2323
- elixir: 1.15.7
2424
otp: 28.1
2525
- elixir: 1.16.2
26-
otp: 27.31
26+
otp: 27.3
2727
- elixir: 1.16.2
2828
otp: 28.1
2929
- elixir: 1.19.0

0 commit comments

Comments
 (0)