summaryrefslogtreecommitdiffstatshomepage
path: root/.github
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 /.github
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 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