Skip to content

Commit eafa983

Browse files
committed
add notes about older untested OTP versions
1 parent d9fbf51 commit eafa983

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,21 @@ jobs:
3838
- '23-slim'
3939
- '22.3-slim'
4040
- '22.2-slim'
41-
# - '22.1-slim'
4241
- '22-slim'
4342
- '21.3-slim'
43+
# 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'
4448
# - '20.3-slim'
4549
# - '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'
4656
name: 'ci-erl:${{ matrix.otp_vsn }}'
4757
runs-on: ubuntu-latest
4858
container:

0 commit comments

Comments
 (0)