Skip to content

Commit

Permalink
ci: just test latest elixir and otp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 20, 2024
1 parent 767893b commit c47c051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
otp: [25.x, 26.x, 27.x]
elixir: [1.15.x, 1.16.x, 1.17.x]
otp: [27.x]
elixir: [1.17.x]

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

0 comments on commit c47c051

Please sign in to comment.