Skip to content

Commit 78828fa

Browse files
committed
Add elixir 1.19 to CI matrix
1 parent 7a47ca9 commit 78828fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- { elixir: 1.16, otp: 24 }
2626
- { elixir: 1.16, otp: 25 }
2727
- { elixir: 1.16, otp: 26 }
28-
- { elixir: "1.18", otp: "27" }
28+
- { elixir: 1.18, otp: 27 }
29+
- { elixir: 1.19, otp: 27 }
2930
env:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132

0 commit comments

Comments
 (0)