@cryptotaxi247 / netdata-1 / commits / 30f830103

Properly sync our CI with the versions of Alpine we officially support. (#22211)

We currently test against Edge and the two most recent minor versions, but the build matrix generation hadn’t been updated in quite some time, so we were actually testing against older versions.

Austin S. Hemmelgarn committed Apr 17, 2026 at 08:22 UTC 30f830103bdfebb45005bffa6b0a18a28054e7be
1 file changed +2 -2
.github/data/distros.yml
+2 -2
@@ -69,12 +69,12 @@ include:
69 test:
70 ebpf-core: true
71 - <<: *alpine
72 - version: "3.21"
72 + version: "3.23"
73 support_type: Core
74 notes: ''
75 eol_check: true
76 - <<: *alpine
77 - version: "3.20"
77 + version: "3.22"
78 support_type: Core
79 notes: ''
80 eol_check: true