summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-03-18 09:05:49 +0100
committerGravatar GitHub2021-03-18 09:05:49 +0100
commit9f45d57b4eecfcd08c64a5f1c71f6a7b319c3473 (patch)
tree36ad1d24b176525bdd14156ed8590045a0fbc3c6
parentcab2be0102c122a8ef4607a1a12708bcb05b5afd (diff)
parent8a9b6afc998dc053a23cf8f91fa0ebdfa8a4dcbb (diff)
downloadnroam-9f45d57b4eecfcd08c64a5f1c71f6a7b319c3473.tar.gz
nroam-9f45d57b4eecfcd08c64a5f1c71f6a7b319c3473.zip
Merge pull request #23 from NicolasPetton/ci-test-matrix
* .github/workflows/test.yml: Run tests for Emacs >= 26.1
-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)