branch: elpa/swift-mode
commit 14a79569f1939fa7348192c4ec7d1d1d70e5654a
Author: taku0 <mxxouy6x3m_git...@tatapa.org>
Commit: taku0 <mxxouy6x3m_git...@tatapa.org>

    Update CI
---
 .github/workflows/run-test.yml | 4 ++++
 scripts/lint_in_docker.sh      | 2 +-
 scripts/test_in_docker.sh      | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml
index 77eb3a5c4e..87d3afb913 100644
--- a/.github/workflows/run-test.yml
+++ b/.github/workflows/run-test.yml
@@ -17,6 +17,10 @@ jobs:
         # 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:
+          - '30.1'
+          - '29.4'
+          - '29.3'
+          - '29.2'
           - '29.1'
           - '28.2'
           - '28.1'
diff --git a/scripts/lint_in_docker.sh b/scripts/lint_in_docker.sh
index e80e6523b2..7a9a4c8f35 100755
--- a/scripts/lint_in_docker.sh
+++ b/scripts/lint_in_docker.sh
@@ -3,7 +3,7 @@
 # Run linter in Docker.  Used in Makefile.
 
 # Indentation rules changed since 29.
-for version in 29 # 28 27 26 25 24
+for version in 30 29 # 28 27 26 25 24
 do
     docker \
         run \
diff --git a/scripts/test_in_docker.sh b/scripts/test_in_docker.sh
index fd3b927de4..9df0831e63 100755
--- a/scripts/test_in_docker.sh
+++ b/scripts/test_in_docker.sh
@@ -2,7 +2,7 @@
 
 # Run tests in Docker.  Used in Makefile.
 
-for version in 29 28 27 26 25 24
+for version in 30 29 28 27 26 25 24
 do
     rm -f *.elc test/*.elc
     rm -f *-autoloads.el

Reply via email to