Skip to content

Commit

Permalink
Drop Emacs 25.1 support
Browse files Browse the repository at this point in the history
Test org-journal-carryover-delete-empty-journal-test condition:
    (ert-test-failed
     ((should
       (equal "No journal entry for this date."
	      (org-journal-read-or-display-entry ... ...)))
      :form
      (equal "No journal entry for this date." #<buffer 20190101>)
      :value nil :explanation
      (different-types "No journal entry for this date." #<buffer 20190101>)))
   FAILED   2/10  org-journal-carryover-delete-empty-journal-test

Probably a carryover problem, but not worth the hassle as Emacs 25.1 was
released around 8 years back.
  • Loading branch information
casch-at committed Feb 18, 2024
1 parent 33f1191 commit b154887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
emacs_version:
- 25.1
- 26.1
- 27.1
- 28.1
Expand Down
2 changes: 1 addition & 1 deletion org-journal.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

;; URL: http://github.com/bastibe/org-journal
;; Version: 2.2.0
;; Package-Requires: ((emacs "25.1") (org "9.1"))
;; Package-Requires: ((emacs "26.1") (org "9.1"))

;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit b154887

Please sign in to comment.