Skip to content

Test on Emacs 29.2 instead of 29.1 #391

Test on Emacs 29.2 instead of 29.1

Test on Emacs 29.2 instead of 29.1 #391

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
# - 26.3
- 27.2
- 28.1
- 29.2
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: conao3/setup-cask@master
- uses: actions/checkout@v2
- name: Test
env:
COVERALLS_FLAG_NAME: Emacs ${{ matrix.emacs_version }}
run: |
git clone --depth 1 https://github.com/citation-style-language/test-suite.git test/suite
git clone --depth 1 https://github.com/citation-style-language/locales.git test/locales
cask install
cask build
make test