diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2020-05-02 10:35:06 +0100 |
|---|---|---|
| committer | Nathan Moreau <nathan.moreau@m4x.org> | 2020-05-03 17:06:24 +0200 |
| commit | 8733792250169d7c2234d6eec710ae4ba37c15e5 (patch) | |
| tree | 9b9707271ecb3b4c020193cd9c132bda81685251 /.github/workflows/test.yml | |
| parent | 39f32ccd6a1183df26a223a23db255a67076cd2d (diff) | |
| download | rust-mode-8733792250169d7c2234d6eec710ae4ba37c15e5.tar.gz | |
Drop Emacs-24
Emacs-24 is now two major versions behind and will soon be three, so
formally remove support for it.
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e703b9..758a861 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,6 @@ jobs: matrix: rust_version: [stable] emacs_version: - - 24.5 - 25.1 - 25.2 - 25.3 |
