Skip to content

Commit 28c7930

Browse files
authored
Merge pull request #127 from emacs-lsp/feat/drop-27
feat: Drop Emacs 27.x
2 parents f4488a5 + f60ebd5 commit 28c7930

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
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

+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" "27.1")
17+
(depends-on "emacs" "28.1")
1818
(depends-on "lsp-mode")
1919
(depends-on "dash")
2020

ccls.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Package-Version: 20200621
88
;; Version: 0.1
99
;; Homepage: https://github.com/emacs-lsp/emacs-ccls
10-
;; Package-Requires: ((emacs "27.1") (lsp-mode "6.3.1") (dash "2.14.1"))
10+
;; Package-Requires: ((emacs "28.1") (lsp-mode "6.3.1") (dash "2.14.1"))
1111
;; Keywords: languages, lsp, c++
1212

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

0 commit comments

Comments
 (0)