Skip to content

Commit a59832f

Browse files
committed
feat: Drop Emacs 27.x
1 parent 9cd93e6 commit a59832f

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
emacs-version:
20-
- 27.2
2120
- 28.2
2221
- 29.4
2322
- 30.1
@@ -32,9 +31,6 @@ jobs:
3231
- os: windows-latest
3332
emacs-version: snapshot
3433
experimental: true
35-
exclude:
36-
- os: macos-latest
37-
emacs-version: 27.2
3834

3935
steps:
4036
- uses: actions/checkout@v3

Eask

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
(script "test" "echo \"Error: no test specified\" && exit 1")
1111

12-
(source "gnu")
13-
(source "melpa")
12+
(source 'gnu)
13+
(source 'melpa)
1414

15-
(depends-on "emacs" "27.1")
15+
(depends-on "emacs" "28.1")
1616
(depends-on "lsp-mode")
1717

1818
(development

lsp-haskell.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; lsp-haskell.el --- Haskell support for lsp-mode -*- lexical-binding: t; -*-
22

33
;; Version: 1.1
4-
;; Package-Requires: ((emacs "27.1") (lsp-mode "3.0"))
4+
;; Package-Requires: ((emacs "28.1") (lsp-mode "3.0"))
55
;; Keywords: haskell
66
;; URL: https://github.com/emacs-lsp/lsp-haskell
77

0 commit comments

Comments
 (0)