Skip to content

Commit 80845ad

Browse files
authored
Merge pull request #19 from jcs-PR/drop/26
fix: Drop support for Emacs 25.x and 26.x
2 parents a988905 + fdab40a commit 80845ad

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
- 29.1

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(source "gnu")
1515
(source "melpa")
1616

17-
(depends-on "emacs" "25")
17+
(depends-on "emacs" "27.1")
1818
(depends-on "dash" "2.12.0")
1919
(depends-on "lsp-mode" "6.3")
2020
(depends-on "ht" "2.3")

lsp-sonarlint.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Version: 0.0.1
88
;; Keywords: languages, tools, php, javascript, xml, ruby, html, scala, java, python
99
;; URL: https://github.com/emacs-lsp/lsp-sonarlint
10-
;; Package-Requires: ((emacs "25") (dash "2.12.0") (lsp-mode "6.3") (ht "2.3"))
10+
;; Package-Requires: ((emacs "27.1") (dash "2.12.0") (lsp-mode "6.3") (ht "2.3"))
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)