Add test for alpine 3.20.2 with chrome 128#330
Conversation
| @@ -1,3 +1,3 @@ | |||
| # locked to the versions we use in the lint CI job | |||
| elixir 1.14.5 | |||
| erlang 25.3.1 | |||
There was a problem hiding this comment.
This version is not working properly on a Mac without a lot of hassle.
c6c7632 to
8ab58e5
Compare
8ab58e5 to
416c88b
Compare
| strategy: | ||
| matrix: | ||
| dockerfile: ['elixir-1-11', 'debian-buster', 'alpine-3-17-3', 'alpine-3-18-4'] | ||
| dockerfile: ['elixir-1-11', 'debian-buster', 'alpine-3-17-3', 'alpine-3-18-4', 'alpine-3-20-2'] |
There was a problem hiding this comment.
Already ran it once on this branch :)
maltoe
left a comment
There was a problem hiding this comment.
🤷 Looks good, but still fails on my machine (ie. I've built this locally and ran the tests)
Can we try to reproduce this on a CI run somehow? |
Not sure how, I mean we already run it inside this very container, on comparable x86-64 hardware on Linux. Maybe kernel version or some config issue? Not sure 🤷 Should we still merge this? |
|
@andreasknoepfle Chrome is at v143 already, should we update this PR and see if it works again? Then we could just warn about some incompatible versions in the README and be done with it. |
|
sure. If I remember well you could get it to fail on your system, no? |
No description provided.