Skip to content

Commit

Permalink
Make PHP Mode requires Emacs 26.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Mar 18, 2023
1 parent c601f75 commit 4f72aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
strategy:
matrix:
emacs_version:
- "25.2"
- "25.3"
- "26.1"
- "26.2"
- "26.3"
- "27.1"
- "27.2"
Expand Down
2 changes: 1 addition & 1 deletion lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: languages php
;; Version: 1.24.3
;; Package-Requires: ((emacs "25.2"))
;; Package-Requires: ((emacs "26.1"))
;; License: GPL-3.0-or-later

(eval-and-compile
Expand Down

0 comments on commit 4f72aa8

Please sign in to comment.