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

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

[elpa] externals/bind-key 09c8ce9d5f 05/13: Add all supported versions t


From: ELPA Syncer
Subject: [elpa] externals/bind-key 09c8ce9d5f 05/13: Add all supported versions to GitHub CI matrix
Date: Mon, 14 Nov 2022 15:57:20 -0500 (EST)

branch: externals/bind-key
commit 09c8ce9d5f49a3973f608683fd67c9026209d346
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add all supported versions to GitHub CI matrix
---
 .github/workflows/test.yml | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 51fc206849..32a3262413 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,13 +9,19 @@ jobs:
     strategy:
       matrix:
         emacs_version:
-          - '26.1'
-          - '26.2'
-          - '26.3'
-          - '27.1'
-          - '27.2'
-          - '28.1'
-          - 'snapshot'
+          - 24.3
+          - 24.4
+          - 24.5
+          - 25.1
+          - 25.3
+          - 26.1
+          - 26.2
+          - 26.3
+          - 27.1
+          - 27.2
+          - 28.1
+          - 28.2
+          - snapshot
         include:
           - emacs_version: 'snapshot'
             allow_failure: true



reply via email to

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