Skip to content

Commit 0fc41a0

Browse files
committed
fix: Set minimum version to 30.1
1 parent fcab8a4 commit 0fc41a0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
emacs-version:
23-
- 26.3
24-
- 27.2
25-
- 28.2
26-
- 29.4
2723
- 30.1
2824
experimental: [false]
2925
include:

Eask

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
(source 'gnu)
1414

15+
(depends-on "emacs" "30.1")
16+
1517
(add-hook 'eask-before-compile-hook
1618
(lambda ()
1719
(setq byte-compile-error-on-warn t)))

annotate.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
;; URL: https://github.com/bastibe/annotate.el
99
;; Created: 2015-06-10
1010
;; Version: 2.4.1
11+
;; Package-Requires: ((emacs "30.1"))
1112

1213
;; This file is NOT part of GNU Emacs.
1314

0 commit comments

Comments
 (0)