diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-12 09:56:10 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-12 09:56:10 +0100 |
| commit | 15e40f0de8e2527fb2ea3a511bbcc85cc26e0788 (patch) | |
| tree | 4e51b6a2cae4899603bb026cf160dc8d8fcceb13 /.github/workflows/ci.yml | |
| parent | 0e472dffe93a4494fa4e8f9c0b709dc845ea5022 (diff) | |
| download | dotfiles-15e40f0de8e2527fb2ea3a511bbcc85cc26e0788.tar.gz dotfiles-15e40f0de8e2527fb2ea3a511bbcc85cc26e0788.zip | |
ci: Remove GNU Emacs 27.2
It's no longer supported by Doom Emacs, and hence tests were failing.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e03f9e..19ee8e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: fail-fast: false matrix: emacs_version: - - 27.2 - 28.1 - 28.2 - 29.1 |
