From 88daadfa6d62ffeda66ff8e3e5f092033ad1139c Mon Sep 17 00:00:00 2001 From: Fredrik Axelsson Date: Thu, 25 Jul 2024 10:58:55 +0200 Subject: [PATCH] Drop CI testing on old emacs versions 25 and 26. --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb19ab6..84e905b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,12 +6,9 @@ jobs: strategy: matrix: emacs_version: - # - 24.3 Some problem with command arg history tests. - - 25.1 - - 26.1 - - 27.1 + - 27.2 - 28.2 - - 29.1 + - 29.4 - snapshot steps: - name: Install emacs