emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-journal b1548879e9 7/9: Drop Emacs 25.1 support


From: ELPA Syncer
Subject: [nongnu] elpa/org-journal b1548879e9 7/9: Drop Emacs 25.1 support
Date: Sun, 18 Feb 2024 13:00:30 -0500 (EST)

branch: elpa/org-journal
commit b1548879e9147cc270c600f86361a9616316b385
Author: Christian Schwarzgruber <c.schwarzgruber.cs@gmail.com>
Commit: Christian Schwarzgruber <c.schwarzgruber.cs@gmail.com>

    Drop Emacs 25.1 support
    
    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.
---
 .github/workflows/test.yml | 1 -
 org-journal.el             | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 30ab9bbba7..86917ca776 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,6 @@ jobs:
     strategy:
       matrix:
         emacs_version:
-          - 25.1
           - 26.1
           - 27.1
           - 28.1
diff --git a/org-journal.el b/org-journal.el
index 9fb6d2157f..bc9eb02b0d 100644
--- a/org-journal.el
+++ b/org-journal.el
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]