Skip to content

Commit 9676f90

Browse files
committed
Update CI versions
silex/emacs no longer provides old minor versions, so test_in_docker.sh and lint_in_docker.sh now test for only the latest minor version of each major versions. Silex/docker-emacs#62 (comment) .github/workflows/run-test.yml, which uses nix-emacs-ci via purcell/setup-emacs, still tests against older minor versions.
1 parent fd3c824 commit 9676f90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# '25.1' fails for some reason even though `make lint_in_docker` succeeds.
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
19-
version: ['24.4', '24.5', '25.2', '25.3', '26.1', '26.2', '26.3', '27.1', 'snapshot']
19+
version: ['24.4', '24.5', '25.2', '25.3', '26.1', '26.2', '26.3', '27.1', '27.2', 'snapshot']
2020

2121
env:
2222
ELDEV_DIR: .eldev

scripts/lint_in_docker.sh

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

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

5-
for version in 24.4 24.5 25.1 25.2 25.3 26.1 26.2 26.3 27.1
5+
for version in 24 25 26 27
66
do
77
docker \
88
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 24.4 24.5 25.1 25.2 25.3 26.1 26.2 26.3 27.1
5+
for version in 24 25 26 27
66
do
77
docker \
88
run \

0 commit comments

Comments
 (0)