Skip to content

Commit 1a1baf2

Browse files
committed
add elixir 1.14 to release matrix
1 parent cc85d38 commit 1a1baf2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release-asset.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35+
- elixir-version: '1.14'
36+
otp-version: '25.1'
37+
- elixir-version: '1.14'
38+
otp-version: '24.3'
39+
- elixir-version: '1.14'
40+
otp-version: '23.3'
3541
- elixir-version: '1.13'
36-
otp-version: '25.0'
42+
otp-version: '25.1'
3743
- elixir-version: '1.13'
3844
otp-version: '24.3'
3945
- elixir-version: '1.13'

0 commit comments

Comments
 (0)