Skip to content

Commit

Permalink
chore: only target elixir 1.17 and OTP 26/27
Browse files Browse the repository at this point in the history
Signed-off-by: VincentRPS <[email protected]>
  • Loading branch information
VincentRPS authored Dec 3, 2024
1 parent 374f51b commit a717fa1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.13
otp: 24
- pair:
elixir: 1.14
otp: 25
- pair:
elixir: 1.15
elixir: 1.17
otp: 26
- pair:
elixir: 1.17
otp: 27

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

0 comments on commit a717fa1

Please sign in to comment.