Skip to content

Commit 47bc865

Browse files
add latest OTP versions
1 parent ed6a9b6 commit 47bc865

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
matrix:
2020
otp_vsn:
2121
- 'slim'
22+
- '28-slim'
23+
- '27.3-slim'
24+
# - '27.2-slim'
25+
- '27.1-slim'
2226
- '27-slim'
2327
- '26.2-slim'
2428
- '26.1-slim'
@@ -29,16 +33,17 @@ jobs:
2933
- '25-slim'
3034
- '24.3-slim'
3135
- '24.2-slim'
32-
- '24.1-slim'
33-
- '24.0-slim'
34-
- '23.3-slim'
35-
- '23.2-slim'
36-
- '23.1-slim'
37-
- '23-slim'
38-
- '22.3-slim'
39-
- '22.2-slim'
40-
- '22-slim'
41-
- '21.3-slim'
36+
# NOTE testing disabled for the following versions, as the Docker image is based on Debian 10 (EOL)
37+
# - '24.1-slim'
38+
# - '24.0-slim'
39+
# - '23.3-slim'
40+
# - '23.2-slim'
41+
# - '23.1-slim'
42+
# - '23-slim'
43+
# - '22.3-slim'
44+
# - '22.2-slim'
45+
# - '22-slim'
46+
# - '21.3-slim'
4247
# NOTE testing disabled for the following versions, as the Docker image is based on Debian 9 (EOL) and
4348
# either git depends on libpcre2-8-0 but it is not installable
4449
# either actions/checkout's nodejs20 depends on a newer libc

0 commit comments

Comments
 (0)