Skip to content

Commit

Permalink
update elixir version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2gedev committed Jan 4, 2023
1 parent 3bc3e98 commit b609997
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.9.4
otp: 20.3
- elixir: 1.10.3
- elixir: "1.10"
otp: 22.3
- elixir: 1.11.4
- elixir: "1.11"
otp: 23.3
- elixir: 1.12.3
- elixir: "1.12"
otp: 23.3
- elixir: 1.13.1
- elixir: "1.13"
otp: 23.3
- elixir: 1.13.1
otp: 24.2
- elixir: "1.13"
otp: 24.3
- elixir: "1.14"
otp: 24.3
- elixir: "1.14"
otp: 25.1
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
Expand Down

0 comments on commit b609997

Please sign in to comment.