Skip to content

Commit

Permalink
Make Emacs 24.4 and 24.5 as allow_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Mar 6, 2021
1 parent 15f9d91 commit 5223a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- "27.1"
- snapshot
include:
- emacs_version: "24.4"
allow_failure: true
- emacs_version: "24.5"
allow_failure: true
- emacs_version: snapshot
allow_failure: true
steps:
Expand Down

0 comments on commit 5223a39

Please sign in to comment.