From 558198239e7c97856e1aa6eb9ca4be7de084ef41 Mon Sep 17 00:00:00 2001 From: Leo Gaskin Date: Fri, 23 Dec 2022 15:56:14 +0100 Subject: [PATCH] Disable CI support for old versions of Emacs Cask has seemingly stopped properly supporting these versions as indicated by the commit cask/cask@685c4c1. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00f39f8..6d230c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,6 @@ jobs: strategy: matrix: emacs_version: - - 24.3 - - 24.4 - - 24.5 - 25.1 - 25.2 - 25.3