branch: elpa/swift-mode
commit cba6718d3a35d6b0f2790941fe2fc25633394e27
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
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