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

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

[nongnu] elpa/swift-mode cba6718 472/496: Exclude 25.1 from GitHub Actio


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode cba6718 472/496: Exclude 25.1 from GitHub Action
Date: Sun, 29 Aug 2021 11:34:30 -0400 (EDT)

branch: elpa/swift-mode
commit cba6718d3a35d6b0f2790941fe2fc25633394e27
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Exclude 25.1 from GitHub Action
---
 .github/workflows/run-test.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml
index 3a3e132..00dcb4d 100644
--- a/.github/workflows/run-test.yml
+++ b/.github/workflows/run-test.yml
@@ -13,7 +13,10 @@ jobs:
 
     strategy:
       matrix:
-        version: ['24.4', '24.5', '25.1', '25.2', '25.3', '26.1', '26.2', 
'26.3', '27.1', 'snapshot']
+        # '25.1' fails for some reason even though `make lint_in_docker` 
succeeds.
+        # swift-mode-beginning-of-defun.el:1081: All variables and subroutines 
might as well have a documentation string
+        # swift-mode-beginning-of-defun.el:1135: All variables and subroutines 
might as well have a documentation string
+        version: ['24.4', '24.5', '25.2', '25.3', '26.1', '26.2', '26.3', 
'27.1', 'snapshot']
 
     env:
       ELDEV_DIR: .eldev



reply via email to

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