Skip to content

Commit

Permalink
add elixir 1.14 to release matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 7, 2022
1 parent cc85d38 commit 1a1baf2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ jobs:
strategy:
matrix:
include:
- elixir-version: '1.14'
otp-version: '25.1'
- elixir-version: '1.14'
otp-version: '24.3'
- elixir-version: '1.14'
otp-version: '23.3'
- elixir-version: '1.13'
otp-version: '25.0'
otp-version: '25.1'
- elixir-version: '1.13'
otp-version: '24.3'
- elixir-version: '1.13'
Expand Down

0 comments on commit 1a1baf2

Please sign in to comment.