Skip to content

Commit

Permalink
Switch from main/master to latest/latest on CI
Browse files Browse the repository at this point in the history
The main/master pair was added to the CI to ensure the integration
keeps working on to-be-released versions of OTP and Elixir. Currently,
most likely because of a change upstream, the CI is failing. This
patch replaces the main/master pair with the latest released version
of each.
  • Loading branch information
jeffkreeftmeijer committed Jul 3, 2024
1 parent 78e58ca commit ab37b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
- 26.x
- 25.x
include:
- elixir: main
otp: master
- elixir: latest
otp: latest
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
Expand Down

0 comments on commit ab37b09

Please sign in to comment.