Skip to content

Commit d3dedb4

Browse files
committed
Drop 26.x version
1 parent 33f97fb commit d3dedb4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
emacs-version:
22-
- 26.3
2322
- 27.2
2423
- 28.2
2524
- snapshot

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
(source "gnu")
1313
(source "melpa")
1414

15-
(depends-on "emacs" "26.1")
15+
(depends-on "emacs" "27.1")
1616

1717
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

auto-scroll-bar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Shen, Jen-Chieh <jcs090218@gmail.com>
77
;; URL: https://github.com/jcs-elpa/auto-scroll-bar
88
;; Version: 0.1.0
9-
;; Package-Requires: ((emacs "26.1"))
9+
;; Package-Requires: ((emacs "27.1"))
1010
;; Keywords: convenience scrollbar
1111

1212
;; This file is NOT part of GNU Emacs.

0 commit comments

Comments
 (0)