From 9cc5b8fcb4061df39f381a51e0ebe94ce432a66e Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Thu, 12 Dec 2024 02:44:12 +0100 Subject: [PATCH] chore(ci): only test Emacs 29.4 --- .github/workflows/ci-linux.yaml | 4 +--- .github/workflows/ci-macos.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-linux.yaml b/.github/workflows/ci-linux.yaml index e3e85821..3ccee609 100644 --- a/.github/workflows/ci-linux.yaml +++ b/.github/workflows/ci-linux.yaml @@ -26,9 +26,7 @@ jobs: fail-fast: false matrix: emacs-version: - - 29.2 - - 29.3 - # 29.4 -- no need, it is an Org mode bugfix release + - 29.4 - release-snapshot experimental: [false] include: diff --git a/.github/workflows/ci-macos.yaml b/.github/workflows/ci-macos.yaml index a5de6838..859d00ea 100644 --- a/.github/workflows/ci-macos.yaml +++ b/.github/workflows/ci-macos.yaml @@ -26,9 +26,7 @@ jobs: fail-fast: false matrix: emacs-version: - - 29.2 - - 29.3 - # 29.4 -- no need, it is an Org mode bugfix release + - 29.4 - release-snapshot experimental: [false] include: