From a76f773b67cf18d21a9a3f18831a88dcf17c8c7e Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Wed, 11 Dec 2024 14:11:01 +0000
Subject: [PATCH] add alpine 3.21 to the build matrix
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 08a2504..0c74078 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- image: ["3.17", "3.19", "3.20"]
+ image: ["3.17", "3.19", "3.20", "3.21"]
openssl_version: ["3.0.9"]
fail-fast: false
steps: