branch: elpa/autothemer commit 726d5b99bb123eda71a84de71b50f0c0614a8873 Author: Jason Milkins <jason...@gmail.com> Commit: Jason Milkins <jason...@gmail.com>
Only supporting 26.1 and above --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bcfd0aadb..6a6bb5b32e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,14 +8,6 @@ jobs: strategy: matrix: emacs_version: - - 24.1 - - 24.2 - - 24.3 - - 24.4 - - 24.5 - - 25.1 - - 25.2 - - 25.3 - 26.1 - 26.2 - 26.3