Skip to content

Commit

Permalink
Update CI config to add newer Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Feb 2, 2024
1 parent 96d30bb commit 6c350cb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.7.x
otp: 22.x
- elixir: 1.8.x
otp: 22.x
- elixir: 1.9.x
otp: 22.x
- elixir: 1.10.x
Expand All @@ -25,10 +21,12 @@ jobs:
otp: 23.x
- elixir: 1.13.x
otp: 24.x
- elixir: 1.14.x
otp: 24.x
- elixir: 1.14.x
otp: 25.x
- elixir: 1.15.x
otp: 26.x
- elixir: 1.16.x
otp: 26.x
steps:
- uses: erlef/setup-beam@v1
with:
Expand Down Expand Up @@ -140,8 +138,8 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.14.x
otp: 25.x
- elixir: 1.16.x
otp: 26.x
steps:
- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 6c350cb

Please sign in to comment.