We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc85d38 commit 1a1baf2Copy full SHA for 1a1baf2
.github/workflows/release-asset.yml
@@ -32,8 +32,14 @@ jobs:
32
strategy:
33
matrix:
34
include:
35
+ - elixir-version: '1.14'
36
+ otp-version: '25.1'
37
38
+ otp-version: '24.3'
39
40
+ otp-version: '23.3'
41
- elixir-version: '1.13'
- otp-version: '25.0'
42
43
44
otp-version: '24.3'
45
0 commit comments