Skip to content

Commit 193459b

Browse files
authored
utilize auto seleciton of latest patch version (#591)
1 parent 113c1f0 commit 193459b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-asset.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- elixir-version: '1.12.1'
35+
- elixir-version: '1.12'
3636
otp-version: '24.0'
37-
- elixir-version: '1.11.4'
37+
- elixir-version: '1.11'
3838
otp-version: '23.3'
39-
- elixir-version: '1.10.4'
39+
- elixir-version: '1.10'
4040
otp-version: '22.3'
4141
default: true
4242

0 commit comments

Comments
 (0)