From a9990ee0529aa27e22d40233e2cd15327c7879e2 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 7 Nov 2024 13:21:32 +0900 Subject: [PATCH] CI: Drop Emacs 26 with GitHub Actions --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c1704f..fcb2a39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] emacs-version: - - 26.3 - 27.2 - 28.2 - 29.4 @@ -35,8 +34,6 @@ jobs: emacs-version: snapshot experimental: true exclude: - - os: macos-latest - emacs-version: "26.3" - os: macos-latest emacs-version: "27.2"