From b1548879e9147cc270c600f86361a9616316b385 Mon Sep 17 00:00:00 2001 From: Christian Schwarzgruber Date: Sun, 18 Feb 2024 16:01:12 +0100 Subject: [PATCH] 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." #) :value nil :explanation (different-types "No journal entry for this date." #))) 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 30ab9bb..86917ca 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 9fb6d21..bc9eb02 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: