Skip to content

Commit

Permalink
Try out OTP 23 on Elixir 1.12 & 1.13 in CI
Browse files Browse the repository at this point in the history
Tests are passing, but CI is failing due to the old excoveralls issue
seen before in parroty/excoveralls#254

However, the latest workarounds noted on that issue are for earlier
versions of excoveralls that still used hackney instead of httpc (cf.
parroty/excoveralls#311). So it's not clear that
there are any good/known workarounds, as in the old issue. In
particular, we should be running the latest castore version, and I don't
think installing/updating certifi is going to do anything.

The tests seem to pass on the other Elixir versions in the matrix, but
they're all running at least OTP 23. So I'm wondering if OTP 23 would
unstick Elixir 1.12 & 1.13. Not ideal, but worth a shot.
  • Loading branch information
ajvondrak committed Jun 10, 2024
1 parent fbb6b67 commit 519cc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
matrix:
include:
- elixir: '1.12'
otp: '22'
otp: '23'
- elixir: '1.13'
otp: '22'
otp: '23'
- elixir: '1.14'
otp: '23'
- elixir: '1.15'
Expand Down

0 comments on commit 519cc66

Please sign in to comment.