Skip to content

Commit 5223a39

Browse files
committed
Make Emacs 24.4 and 24.5 as allow_failure
1 parent 15f9d91 commit 5223a39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- "27.1"
2525
- snapshot
2626
include:
27+
- emacs_version: "24.4"
28+
allow_failure: true
29+
- emacs_version: "24.5"
30+
allow_failure: true
2731
- emacs_version: snapshot
2832
allow_failure: true
2933
steps:

0 commit comments

Comments
 (0)