summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml3
-rw-r--r--Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c288acb..08345bb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,6 +11,9 @@ jobs:
matrix:
emacs_version:
- 27.1
+ - 26.3
+ - 26.2
+ - 26.1
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
diff --git a/Makefile b/Makefile
index 0de1540..aed7b9e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# force a newer version by asking org-plus-contrib instead.
ELPA_DEPENDENCIES=package-lint org-plus-contrib org-roam buttercup f s
-ELPA_ARCHIVES=melpa org
+ELPA_ARCHIVES=melpa org gnu
TEST_BUTTERCUP_OPTIONS=tests
LINT_CHECKDOC_FILES=$(wildcard *.el)