Skip to content

Commit 6060708

Browse files
authored
Check Emacs lint only on 27.2 and latest versions
1 parent d645080 commit 6060708

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/emacs-lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
strategy:
99
matrix:
1010
emacs_version:
11-
- 25.1
12-
- 25.2
13-
- 25.3
14-
- 26.1
15-
- 26.2
16-
- 26.3
17-
- 27.1
11+
#- 25.1
12+
#- 25.2
13+
#- 25.3
14+
#- 26.1
15+
#- 26.2
16+
#- 26.3
17+
#- 27.1
1818
- 27.2
1919
- snapshot
2020
# include:

0 commit comments

Comments
 (0)