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

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

[nongnu] elpa/rust-mode fcdcd0b091 1/2: ci: Test Emacs 26 and 27


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode fcdcd0b091 1/2: ci: Test Emacs 26 and 27
Date: Thu, 19 Sep 2024 22:00:41 -0400 (EDT)

branch: elpa/rust-mode
commit fcdcd0b091b38428d339aba39c10962a9ca88a25
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>

    ci: Test Emacs 26 and 27
---
 .github/workflows/test.yml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 91344e7f4a..73db359d7d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,10 +19,9 @@ jobs:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         emacs-version:
+          - 26.3
+          - 27.2
           - 28.2
-          - 29.1
-          - 29.2
-          - 29.3
           - 29.4
         include:
           - os: ubuntu-latest
@@ -31,6 +30,15 @@ jobs:
           - os: macos-latest
             emacs-version: snapshot
             experimental: true
+          - os: windows-latest
+            emacs-version: snapshot
+            experimental: true
+        exclude:
+          - os: macos-latest
+            emacs-version: 26.3
+          - os: macos-latest
+            emacs-version: 27.2
+
     steps:
       - uses: actions/checkout@v4
       - uses: jcs090218/setup-emacs@master



reply via email to

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