Skip to content

Commit c02954a

Browse files
authored
Merge pull request #654 from emacs-php/drop/emacs24
Make PHP Mode requires Emacs 25.2+
2 parents bb846a7 + 511f185 commit c02954a

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.github/workflows/test.yml

-7
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
emacs_version:
16-
- "24.4"
17-
- "24.5"
18-
- "25.1"
1916
- "25.2"
2017
- "25.3"
2118
- "26.1"
@@ -24,10 +21,6 @@ jobs:
2421
- "27.1"
2522
- snapshot
2623
include:
27-
- emacs_version: "24.4"
28-
allow_failure: true
29-
- emacs_version: "24.5"
30-
allow_failure: true
3124
- emacs_version: snapshot
3225
allow_failure: true
3326
steps:

README.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A powerful and flexible Emacs major mode for editing PHP scripts
1818
インストール
1919
------------
2020

21-
**PHP ModeはEmacs 24.3以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。 古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported Version]のページをご覧ください。
21+
**PHP ModeはEmacs 25.2以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。 古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported Version]のページをご覧ください。
2222

2323
### **(推奨)** MELPAからのインストール
2424

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please submit any bug reports or feature requests by creating issues on [the Git
1818
Installation
1919
------------
2020

21-
**PHP Mode works on Emacs 24.3 or later.** PHP Mode may work with older versions of Emacs but this is not guaranteed. Bug reports for problems related to using PHP Mode with older versions of Emacs will most like *not* be addressed.
21+
**PHP Mode works on Emacs 25.2 or later.** PHP Mode may work with older versions of Emacs but this is not guaranteed. Bug reports for problems related to using PHP Mode with older versions of Emacs will most like *not* be addressed.
2222

2323
The current support policy can be found on the [Supported Version] page.
2424

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.23.0
13-
;; Package-Requires: ((emacs "24.3"))
13+
;; Package-Requires: ((emacs "25.2"))
1414
;; License: GPL-3.0-or-later
1515

1616
(defconst php-mode-version-number "1.23.0"

0 commit comments

Comments
 (0)