Skip to content

Commit 14a7956

Browse files
committed
Update CI
1 parent 95b74fb commit 14a7956

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/run-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
# swift-mode-beginning-of-defun.el:1081: All variables and subroutines might as well have a documentation string
1818
# swift-mode-beginning-of-defun.el:1135: All variables and subroutines might as well have a documentation string
1919
version:
20+
- '30.1'
21+
- '29.4'
22+
- '29.3'
23+
- '29.2'
2024
- '29.1'
2125
- '28.2'
2226
- '28.1'

scripts/lint_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run linter in Docker. Used in Makefile.
44

55
# Indentation rules changed since 29.
6-
for version in 29 # 28 27 26 25 24
6+
for version in 30 29 # 28 27 26 25 24
77
do
88
docker \
99
run \

scripts/test_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run tests in Docker. Used in Makefile.
44

5-
for version in 29 28 27 26 25 24
5+
for version in 30 29 28 27 26 25 24
66
do
77
rm -f *.elc test/*.elc
88
rm -f *-autoloads.el

0 commit comments

Comments
 (0)