We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fbf51 commit eafa983Copy full SHA for eafa983
.github/workflows/ci.yml
@@ -38,11 +38,21 @@ jobs:
38
- '23-slim'
39
- '22.3-slim'
40
- '22.2-slim'
41
- # - '22.1-slim'
42
- '22-slim'
43
- '21.3-slim'
+ # NOTE testing disabled for the following versions, as the Docker image is based on Debian 9 (EOL) and
44
+ # either git depends on libpcre2-8-0 but it is not installable
45
+ # either actions/checkout's nodejs20 depends on a newer libc
46
+ # NOTE jesse might still be OTP-compatible though
47
+ # - '22.1-slim'
48
# - '20.3-slim'
49
# - '19.3-slim'
50
+ # - '19.2-slim'
51
+ # - '19.1-slim'
52
+ # - '19-slim'
53
+ # - '18.2-slim'
54
+ # - '18.1-slim'
55
+ # - '18-slim'
56
name: 'ci-erl:${{ matrix.otp_vsn }}'
57
runs-on: ubuntu-latest
58
container:
0 commit comments