branch: elpa/php-mode
commit f8cbf368c803cbcc8ca2468f98a37cf915673c1c
Merge: 5f26bec865 6d7c2f7e71
Author: USAMI Kenta <tad...@zonu.me>
Commit: GitHub <nore...@github.com>

    Merge pull request #694 from emacs-php/update/support-emacs28
    
    Support Emacs 28.1
---
 .github/workflows/test.yml | 1 +
 README.ja.md               | 4 ++--
 README.md                  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5bd9e04a66..6432169bd9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
           - "26.3"
           - "27.1"
           - "27.2"
+          - "28.1"
           - snapshot
         include:
           - emacs_version: snapshot
diff --git a/README.ja.md b/README.ja.md
index b5e2360ff4..624e947030 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -1,7 +1,7 @@
 <div align="center">
   <h1>Emacs PHP Mode</h1>
 
-[![Emacs: 
28.0](https://img.shields.io/badge/Emacs-28.0-blue.svg)](https://www.gnu.org/software/emacs/)
+[![Emacs: 
28.1](https://img.shields.io/badge/Emacs-28.1-blue.svg)](https://www.gnu.org/software/emacs/)
 [![lang: PHP 
8.1](https://img.shields.io/badge/lang-PHP%208.1-brightgreen.svg)](https://php.net/manual/migration81.php)
 [![lang: PHP 
7](https://img.shields.io/badge/lang-PHP%207-green.svg)](https://php.net/downloads.php)
 [![Build 
Status](https://github.com/emacs-php/php-mode/workflows/CI/badge.svg)](https://github.com/emacs-php/php-mode/actions)
@@ -26,7 +26,7 @@ A powerful and flexible Emacs major mode for editing PHP 
scripts
 
 [![NonGNU ELPA][nongnu-elpa-badge]][nongnu-elpa] [![NonGNU-devel 
ELPA][nongnu-devel-elpa-badge]][nongnu-devel-elpa]
 
-Emacs 28 (未リリース; 次期バージョン) では[NonGNU 
ELPA](https://elpa.nongnu.org/)がデフォルトのパッケージリポジトリとして追加されています。
+Emacs 28 (最新安定版) では[NonGNU 
ELPA](https://elpa.nongnu.org/)がデフォルトのパッケージリポジトリとして追加されています。
 
 ```el
 ;; For Emacs < 28
diff --git a/README.md b/README.md
index 17702160e3..266bd47920 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <div align="center">
   <h1>Emacs PHP Mode</h1>
 
-[![Emacs: 
28.0](https://img.shields.io/badge/Emacs-28.0-blue.svg)](https://www.gnu.org/software/emacs/)
+[![Emacs: 
28.1](https://img.shields.io/badge/Emacs-28.1-blue.svg)](https://www.gnu.org/software/emacs/)
 [![lang: PHP 
8.1](https://img.shields.io/badge/lang-PHP%208.1-brightgreen.svg)](https://php.net/manual/migration81.php)
 [![lang: PHP 
7](https://img.shields.io/badge/lang-PHP%207-green.svg)](https://php.net/downloads.php)
 [![Build 
Status](https://github.com/emacs-php/php-mode/workflows/CI/badge.svg)](https://github.com/emacs-php/php-mode/actions)
@@ -28,7 +28,7 @@ The current support policy can be found on the [Supported 
Version] page.
 
 [![NonGNU ELPA][nongnu-elpa-badge]][nongnu-elpa] [![NonGNU-devel 
ELPA][nongnu-devel-elpa-badge]][nongnu-devel-elpa]
 
-Emacs 28 (unreleased; next major version) includes [NonGNU 
ELPA](https://elpa.nongnu.org/) as the default package repository.
+Emacs 28 (latest stable release) includes [NonGNU 
ELPA](https://elpa.nongnu.org/) as the default package repository.
 
 ```el
 ;; For Emacs < 28

Reply via email to