Skip to content

Commit 3b586df

Browse files
committed
feat: add Elixir 1.19 to CI matrix and drop 1.16
1 parent 1d1c9f0 commit 3b586df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ jobs:
143143
fail-fast: false
144144
matrix:
145145
versions:
146-
- elixir: 1.16
147-
otp: 26
148146
- elixir: 1.17
149147
otp: 27
150148
- elixir: 1.18
151149
otp: 27
150+
- elixir: 1.19
151+
otp: 27
152152

153153
{{/if}}

0 commit comments

Comments
 (0)