Skip to content

Commit 1cd5e7d

Browse files
authored
fix: Drop support for Emacs 26.x (#27)
1 parent 104af71 commit 1cd5e7d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
emacs-version:
13-
- 26.3
1413
- 27.2
1514
- 28.2
1615
- 29.1

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(source "gnu")
1515
(source "melpa")
1616

17-
(depends-on "emacs" "25.1")
17+
(depends-on "emacs" "27.1")
1818
(depends-on "lsp-mode")
1919

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

lsp-sourcekit.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Daniel Martín
66
;; Version: 0.1
77
;; Homepage: https://github.com/emacs-lsp/lsp-sourcekit
8-
;; Package-Requires: ((emacs "25.1") (lsp-mode "5"))
8+
;; Package-Requires: ((emacs "27.1") (lsp-mode "5"))
99
;; Keywords: languages, lsp, swift, objective-c, c++
1010

1111
;; Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)