From d9347fcc2255aa096902fd4abe9b5bc5fc3d62a5 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 15 Aug 2024 20:14:14 +0300 Subject: [PATCH] Apparently they need to be with dots --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index bf5e7ee..c2b27c8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: node: ["20"] - emacs-version: ["snapshot", "28", "29"] + emacs-version: ["snapshot", "28.2", "29.1"] steps: - name: Checkout