diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec8b501b..7b354bcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,6 @@ jobs: strategy: matrix: emacs_version: - - "24.4" - - "24.5" - - "25.1" - "25.2" - "25.3" - "26.1" @@ -24,10 +21,6 @@ jobs: - "27.1" - snapshot include: - - emacs_version: "24.4" - allow_failure: true - - emacs_version: "24.5" - allow_failure: true - emacs_version: snapshot allow_failure: true steps: diff --git a/README.ja.md b/README.ja.md index d76dbb94..ee29e1be 100644 --- a/README.ja.md +++ b/README.ja.md @@ -18,7 +18,7 @@ A powerful and flexible Emacs major mode for editing PHP scripts インストール ------------ -**PHP ModeはEmacs 24.3以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。 古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported Version]のページをご覧ください。 +**PHP ModeはEmacs 25.2以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。 古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported Version]のページをご覧ください。 ### **(推奨)** MELPAからのインストール diff --git a/README.md b/README.md index 9220a8cd..c9378feb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please submit any bug reports or feature requests by creating issues on [the Git Installation ------------ -**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. +**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. The current support policy can be found on the [Supported Version] page. diff --git a/lisp/php-mode.el b/lisp/php-mode.el index cfedd586..1b88a8a7 100644 --- a/lisp/php-mode.el +++ b/lisp/php-mode.el @@ -10,7 +10,7 @@ ;; URL: https://github.com/emacs-php/php-mode ;; Keywords: languages php ;; Version: 1.23.0 -;; Package-Requires: ((emacs "24.3")) +;; Package-Requires: ((emacs "25.2")) ;; License: GPL-3.0-or-later (defconst php-mode-version-number "1.23.0"