branch: elpa/adoc-mode
commit 7fdddd54f7490f6a96c60f57b33f76957f896ff5
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Require Emacs 26
---
.github/workflows/test.yml | 2 +-
adoc-mode.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2767f9852c..d166b251b7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Earliest supported + latest in each stable branch + snapshot.
- emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', 'snapshot']
+ emacs_version: ['26.3', '27.1', '28.1', 'snapshot']
steps:
- name: Set up Emacs
diff --git a/adoc-mode.el b/adoc-mode.el
index f1d5abb838..65e75b3896 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -7,7 +7,7 @@
;; URL: https://github.com/emacsorphanage/adoc-mode
;; Created: 2009
;; Version: 0.6.6
-;; Package-Requires: ((markup-faces "1.0.0"))
+;; Package-Requires: ((emacs "26") (markup-faces "1.0.0"))
;; Keywords: AsciiDoc
;;
;; This file is not part of GNU Emacs.