Skip to content

Commit bde378f

Browse files
committed
ci: remove minor releases from the matrix
No point in testing minor Emacs releases, because they have no major features anyway, fixes only. E.g. given Emacs 25: 25.1, 25.2 and 25.3 are only different in amount of fixes. It isn't expected that something may break between these releases. So there's not much point in running tests on all of them. This commit removes most minor Emacs versions and only leaves in the initial release for each Emacs major version. It was brought up here before #33 (comment) so far to no opposition.
1 parent ae7b21c commit bde378f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ jobs:
1313
matrix:
1414
emacs_version:
1515
- 25.1
16-
- 25.2
17-
- 25.3
1816
- 26.1
19-
- 26.2
20-
- 26.3
2117
- 27.1
22-
- 27.2
2318
- 28.1
2419
- snapshot
2520
steps:

0 commit comments

Comments
 (0)