diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-30 08:49:52 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-30 08:51:26 +0200 |
| commit | 147162babd65aeaf88d5d8791041ad50b7804f73 (patch) | |
| tree | 26420ca006781117b043388535ff3e75d5212f0b /.github/workflows/test.yml | |
| parent | 69af288a8bb529e445b05e58b751a77516288f2d (diff) | |
Drop support for Emacs 25
Emacs 25 is ancient at this point and likely no one is using it anymore.
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa8052c..08b48c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Earliest supported + latest in each stable branch + snapshot. - emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', '29.1', 'snapshot'] + emacs_version: ['26.3', '27.1', '28.1', '29.1', 'snapshot'] steps: - name: Set up Emacs |
