branch: scratch/el-mock
commit 6ebfe64410d54b4cf76f655e416d49935d5e2ceb
Author: robert.irelan <[email protected]>
Commit: robert.irelan <[email protected]>
Test Emacs 25.3
Fix #23
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2c08ccce84..747f74b97c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
- emacs_version: ['24.4', '24.5', '25.1', '25.2', '26.1', '27.1',
'snapshot']
+ emacs_version: ['24.4', '24.5', '25.1', '25.2', '25.3', '26.1',
'27.1', 'snapshot']
cask_version: ['snapshot']
steps: