Skip to content

Commit f9c61ea

Browse files
authored
feat: Drop Emacs 27.x (#29)
1 parent 8315141 commit f9c61ea

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
2121
emacs-version:
22-
- 27.2
2322
- 28.2
2423
- 29.4
2524
- 30.1
@@ -38,9 +37,6 @@ jobs:
3837
# - os: windows-latest
3938
# emacs-version: snapshot
4039
# experimental: true
41-
exclude:
42-
- os: macos-latest
43-
emacs-version: 27.2
4440

4541
steps:
4642
- uses: actions/checkout@v3

Eask

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
(script "test" "echo \"Error: no test specified\" && exit 1")
1313

14-
(source "gnu")
15-
(source "melpa")
14+
(source 'gnu)
15+
(source 'melpa)
1616

17-
(depends-on "emacs" "27.1")
17+
(depends-on "emacs" "28.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, typescript, go, xml, html, java, python
99
;; URL: https://github.com/emacs-lsp/lsp-sonarlint
10-
;; Package-Requires: ((emacs "27.1") (dash "2.12.0") (lsp-mode "6.3") (ht "2.3"))
10+
;; Package-Requires: ((emacs "28.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)