Skip to content

Commit 4f72aa8

Browse files
committed
Make PHP Mode requires Emacs 26.1+
1 parent c601f75 commit 4f72aa8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
emacs_version:
16-
- "25.2"
17-
- "25.3"
1816
- "26.1"
19-
- "26.2"
2017
- "26.3"
2118
- "27.1"
2219
- "27.2"

lisp/php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
1212
;; Version: 1.24.3
13-
;; Package-Requires: ((emacs "25.2"))
13+
;; Package-Requires: ((emacs "26.1"))
1414
;; License: GPL-3.0-or-later
1515

1616
(eval-and-compile

0 commit comments

Comments
 (0)