emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode 6b1a5d5fe7 03/15: Update the list of Emacs ver


From: ELPA Syncer
Subject: [elpa] externals/bnf-mode 6b1a5d5fe7 03/15: Update the list of Emacs versions for CI/CD phases
Date: Wed, 7 Dec 2022 19:57:23 -0500 (EST)

branch: externals/bnf-mode
commit 6b1a5d5fe7050b73732e9b20d35a90c8e99c73bb
Author: Serghei Iakovlev <egrep@protonmail.ch>
Commit: Serghei Iakovlev <egrep@protonmail.ch>

    Update the list of Emacs versions for CI/CD phases
---
 .github/workflows/build.yml   | 9 +++++----
 .github/workflows/release.yml | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2557b2c573..e64024cc80 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,15 +36,16 @@ jobs:
 
       matrix:
         emacs_version:
-          - '24.3'
-          - '24.4'
-          - '24.5'
           - '25.1'
           - '25.2'
           - '25.3'
           - '26.1'
           - '26.2'
           - '26.3'
+          - '27.1'
+          - '27.2'
+          - '28.1'
+          - '28.2'
           - snapshot
         include:
           - emacs_version: snapshot
@@ -52,7 +53,7 @@ jobs:
 
     steps:
       - name: Checkout Code
-        uses: actions/checkout@v2-beta
+        uses: actions/checkout@v3
         with:
           fetch-depth: 5
 
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 71b2c0cc49..c4d2f7aff8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Setup GNU Emacs
         uses: purcell/setup-emacs@master
         with:
-          version: 26.3
+          version: 28.2
 
       - name: Setup Cask
         run: git clone https://github.com/cask/cask ~/.cask



reply via email to

[Prev in Thread] Current Thread [Next in Thread]