From a663e68f1015fffadb374380f7d3683531e229d0 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 2 Apr 2024 16:41:46 +0200 Subject: ci: adding more versions of GNU Emacs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b337211..6622526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,12 @@ jobs: fail-fast: false matrix: emacs_version: - - '27.2' - - '28.1' + - 27.2 + - 28.1 + - 28.2 + - 29.1 + - 29.2 + - 29.3 - 'snapshot' steps: -- cgit v1.2.3