Skip to content

Commit 3bd9750

Browse files
authored
Merge pull request #30 from emacs-lsp/feat/drop-27
feat: Drop Emacs 27.x
2 parents 5893f10 + 4004954 commit 3bd9750

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
@@ -10,7 +10,6 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
emacs-version:
13-
- 27.2
1413
- 28.2
1514
- 29.4
1615
- 30.1
@@ -25,9 +24,6 @@ jobs:
2524
- os: windows-latest
2625
emacs-version: snapshot
2726
experimental: true
28-
exclude:
29-
- os: macos-latest
30-
emacs-version: 27.2
3127

3228
steps:
3329
- uses: actions/checkout@v3

Eask

+3-3
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 "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 "27.1") (lsp-mode "5"))
8+
;; Package-Requires: ((emacs "28.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)