Skip to content

Commit

Permalink
Add new versions to GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Vidal <[email protected]>
  • Loading branch information
andres-vidal committed Jul 12, 2024
1 parent 757a474 commit 7a34385
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,20 @@ jobs:
otp: '25'
- elixir: '1.15'
otp: '26'
- elixir: '1.16'
otp: '24'
- elixir: '1.16'
otp: '25'
- elixir: '1.16'
otp: '26'
- elixir: '1.17'
otp: '25'
- elixir: '1.17'
otp: '26'
- elixir: '1.17'
otp: '27'
lint: lint
- elixir: '1.15'
- elixir: '1.17'
otp: '26'
deps: latest
steps:
Expand Down

0 comments on commit 7a34385

Please sign in to comment.