Skip to content

Commit

Permalink
Drop old Elixir/OTP versions while fixing new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jul 30, 2024
1 parent 9d94a96 commit 430b45b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
strategy:
matrix:
include:
# This is what docker builds.
- elixir-version: "1.9"
otp-version: "21"
# # Drop old builds for now while fixing the new ones
# # This is what docker builds.
# - elixir-version: "1.9"
# otp-version: "21"
# Current (at time of writing) versions.
- elixir-version: "1.17"
otp-version: "27"
Expand Down

0 comments on commit 430b45b

Please sign in to comment.