Skip to content

Commit

Permalink
Don't run tests on Emacs 25.3
Browse files Browse the repository at this point in the history
citeproc.el throws error on this Emacs version. May be this is
temporary if andras-simonyi/citeproc-el#102
can get fixed.
  • Loading branch information
kaushalmodi committed Feb 11, 2022
1 parent d0d7fdb commit dcee615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit dcee615

Please sign in to comment.