A space used for running compatibility tests on different Emacs versions. Also a reasonable template for setting up CI testing for an Emacs Package.
Setup at least one test in scratch.el
, commit and let github give you test results.
- 24.1
- 24.2
- 24.3
- 24.4
- 24.5
- 25.1
- 25.2
- 25.3
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- snapshot (29.1 currently)
Add tests / functions to ./scratch.el
.
Github Workflows actions will test using purcell/setup-emacs