Skip to content

Commit

Permalink
Merge pull request #788 from emacs-php/drop/emacs26
Browse files Browse the repository at this point in the history
Drop Emacs 26
  • Loading branch information
zonuexe authored Sep 12, 2024
2 parents 9a2fe1c + fb2c1ed commit 3e8113c
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 @@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- "26.3"
- "27.2"
- "28.2"
- "29.4"
Expand All @@ -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:
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.26.1
;; Package-Requires: ((emacs "26.1"))
;; Package-Requires: ((emacs "27.1"))
;; License: GPL-3.0-or-later

(eval-and-compile
Expand Down

0 comments on commit 3e8113c

Please sign in to comment.