Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f72aa8

Browse files
committedMar 18, 2023
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

-3
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

+1-1
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)
Please sign in to comment.