Skip to content

CI: add Emacs 29.1 #145

CI: add Emacs 29.1

CI: add Emacs 29.1 #145

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 26.1
- 26.2
- 26.3
- 27.2
- 28.1
- 28.2
- 29.1
- release-snapshot
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Run tests
run: make