branch: elpa/php-mode
commit 3e8113c72a454f0f87a1593c22578b894549c53b
Merge: 9a2fe1c6c3 fb2c1ed5df
Author: USAMI Kenta <tad...@pixiv.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #788 from emacs-php/drop/emacs26
    
    Drop Emacs 26
---
 .github/workflows/test.yml | 3 ---
 lisp/php-mode.el           | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 41fa23bbde..cc9294f516 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         emacs-version:
-          - "26.3"
           - "27.2"
           - "28.2"
           - "29.4"
@@ -36,8 +35,6 @@ jobs:
             emacs-version: snapshot
             experimental: true
         exclude:
-          - os: macos-latest
-            emacs-version: "26.3"
           - os: macos-latest
             emacs-version: "27.2"
     steps:
diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index d9b732649c..0cee34d528 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.26.1
-;; Package-Requires: ((emacs "26.1"))
+;; Package-Requires: ((emacs "27.1"))
 ;; License: GPL-3.0-or-later
 
 (eval-and-compile

Reply via email to