Skip to content

Commit

Permalink
update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
savonarola committed Oct 31, 2022
1 parent 614375a commit 62595c0
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ jobs:
matrix:
include:

# Elixir 1.7

- elixir: 1.7.4
otp_release: 21.3.8.24

- elixir: 1.7.4
otp_release: 22.3.4.23

# Elixir 1.8

- elixir: 1.8.2
otp_release: 21.3.8.24

- elixir: 1.8.2
otp_release: 22.3.4.23

# Elixir 1.9

- elixir: 1.9.0
Expand Down Expand Up @@ -85,10 +69,21 @@ jobs:
otp_release: 23.3.4.9

- elixir: 1.13.4
otp_release: 24.1.6
otp_release: 24.2.1

- elixir: 1.13.4
otp_release: 25.0.1
otp_release: 25.1.1

# Elixir 1.14

- elixir: 1.14.1
otp_release: 23.3.4.9

- elixir: 1.14.1
otp_release: 24.2.1

- elixir: 1.14.1
otp_release: 25.1.1

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 62595c0

Please sign in to comment.