branch: externals/yaml
commit 95283d460ff04a6a96f235e5b44ec7953f8c1d68
Author: Zachary Romero <[email protected]>
Commit: Zachary Romero <[email protected]>
Add emacs 25.1 CI test
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 996327c436..87feac739d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
emacs -Q --batch -L . -l *-tests.el -f ert-run-tests-batch-and-exit
- uses: purcell/setup-emacs@master
with:
- version: 24.4
+ version: 25.1
- name: Run tests
run: |
emacs -Q --batch -L . -l *-tests.el -f ert-run-tests-batch-and-exit