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

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

[nongnu] elpa/proof-general 2a8701209b 2/2: CI workflow: Enable new Emac


From: ELPA Syncer
Subject: [nongnu] elpa/proof-general 2a8701209b 2/2: CI workflow: Enable new Emacs versions until 27.2
Date: Mon, 9 May 2022 07:59:03 -0400 (EDT)

branch: elpa/proof-general
commit 2a8701209b273db5a35f15145ec62f32799e03b1
Author: Hendrik Tews <hendrik@askra.de>
Commit: hendriktews <hendrik@askra.de>

    CI workflow: Enable new Emacs versions until 27.2
    
    This commit conservatively extends the existing workflow with new
    versions without changing to docker containers.
---
 .github/workflows/test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f239e57504..39cf3696de 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
           - 26.2
           - 26.3
           - 27.1
+          - 27.2
       # at most 20 concurrent jobs per free account
       # cf. 
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limit
       max-parallel: 4
@@ -61,7 +62,7 @@ jobs:
           # versions. The latest two should be enough, maybe even
           # only the latest one.
           - 26.3
-          - 27.1
+          - 27.2
       fail-fast: false
 
     steps:
@@ -249,6 +250,7 @@ jobs:
           - 26.2
           - 26.3
           - 27.1
+          - 27.2
       max-parallel: 4
       # don't cancel all in-progress jobs if one matrix job fails:
       fail-fast: false



reply via email to

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