From dcee6156762e7989a0aee1a99debfae2b3b04d6c Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 11 Feb 2022 16:04:50 -0500 Subject: [PATCH] Don't run tests on Emacs 25.3 citeproc.el throws error on this Emacs version. May be this is temporary if https://github.com/andras-simonyi/citeproc-el/issues/102 can get fixed. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae55beac..34943093 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - 'snapshot' - '27.2' - '26.3' - - '25.3' + # - '25.3' # citeproc.el throws error on emacs 25.3: https://github.com/andras-simonyi/citeproc-el/issues/102 # runs-on: ubuntu-latest runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}