emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/url-scgi 16611431bc: Re-add support for Emacs 24.3


From: ELPA Syncer
Subject: [elpa] externals/url-scgi 16611431bc: Re-add support for Emacs 24.3
Date: Tue, 6 Dec 2022 12:58:14 -0500 (EST)

branch: externals/url-scgi
commit 16611431bceb6a046ca19719ae97c6ba19780451
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Re-add support for Emacs 24.3
---
 .github/workflows/test.yml | 4 ++++
 url-scgi.el                | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a09e4ea018..7aa57da1db 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,11 @@ jobs:
     strategy:
       matrix:
         emacs_version:
+        - 24.3
+        - 24.4
+        - 24.5
         - 25.1
+        - 25.2
         - 25.3
         - 26.1
         - 26.2
diff --git a/url-scgi.el b/url-scgi.el
index b4ae3c4d91..510495a9e4 100644
--- a/url-scgi.el
+++ b/url-scgi.el
@@ -5,7 +5,7 @@
 ;; Author: Stefan Kangas <stefankangas@gmail.com>
 ;; Version: 0.8
 ;; Keywords: comm, data, processes, scgi
-;; Package-Requires: ((emacs "25.1"))
+;; Package-Requires: ((emacs "24.3"))
 ;; URL: https://github.com/skangas/url-scgi/
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]