Skip to content

Commit 25bd3ff

Browse files
committed
Bump up the minimum Emacs version
1 parent e79f8aa commit 25bd3ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
emacs_version: ['27.1', '28.2', '29.4', '30.2']
12+
emacs_version: ['28.1', '29.4', '30.2']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: jcs090218/setup-emacs@master

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(source "gnu")
1111
(source "melpa")
1212

13-
(depends-on "emacs" "27.1")
13+
(depends-on "emacs" "28.1")
1414
(depends-on "magit" "4.5.0")
1515

1616
(development

magit-standup.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: István Karaszi <ikaraszi@gmail.com>
66
;; Version: 0.1.0
7-
;; Package-Requires: ((emacs "27.1") (magit "4.5.0"))
7+
;; Package-Requires: ((emacs "28.1") (magit "4.5.0"))
88
;; Keywords: tools, vc
99
;; URL: https://github.com/function-artisans/magit-standup
1010

0 commit comments

Comments
 (0)