diff options
| author | 2021-03-18 09:05:49 +0100 | |
|---|---|---|
| committer | 2021-03-18 09:05:49 +0100 | |
| commit | 9f45d57b4eecfcd08c64a5f1c71f6a7b319c3473 (patch) | |
| tree | 36ad1d24b176525bdd14156ed8590045a0fbc3c6 | |
| parent | cab2be0102c122a8ef4607a1a12708bcb05b5afd (diff) | |
| parent | 8a9b6afc998dc053a23cf8f91fa0ebdfa8a4dcbb (diff) | |
| download | nroam-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.yml | 3 | ||||
| -rw-r--r-- | Makefile | 2 |
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 @@ -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) |
