Skip to content

add emacs-30.1 to tested versions #13

add emacs-30.1 to tested versions

add emacs-30.1 to tested versions #13

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
continue-on-error:
${{ contains(fromJson('["snapshot"]'), matrix.emacs_version) }}
strategy:
fail-fast: false
matrix:
emacs_version:
- '26.3'
- '27.2'
- '28.1'
- '29.1'
- '30.1'
- 'snapshot'
steps:
- uses: actions/checkout@v1
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: conao3/setup-keg@master
- run: make test