From fe4732c600a055720cff814c6fe13f2efa2e6e9c Mon Sep 17 00:00:00 2001 From: okamsn Date: Sun, 11 Feb 2024 15:32:17 -0500 Subject: [PATCH] Use latest bug-fix version of each Emacs branch for testing. --- .github/workflows/emacs-matrix-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/emacs-matrix-tests.yml b/.github/workflows/emacs-matrix-tests.yml index e5c83870..73a12375 100644 --- a/.github/workflows/emacs-matrix-tests.yml +++ b/.github/workflows/emacs-matrix-tests.yml @@ -15,10 +15,11 @@ jobs: strategy: matrix: emacs-version: - - '27.1' + # - '27.1' - '27.2' - - '28.1' + # - '28.1' - '28.2' + - '29.2' - 'release-snapshot' # - 'snapshot' steps: