From b90b5bc44f87bc637148a0813d93446c8d60e7bb Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Thu, 22 Jan 2026 17:21:57 +0100 Subject: [PATCH] chore(deps) replace EOL 11 with 25 in build version matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bf8f1c..a10029d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [11, 17, 21] + version: [17, 21, 25] steps: - name: Checkout uses: actions/checkout@v6