From fcdcd0b091b38428d339aba39c10962a9ca88a25 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Wed, 18 Sep 2024 13:32:14 -0700 Subject: [PATCH] ci: Test Emacs 26 and 27 --- .github/workflows/test.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91344e7..73db359 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,10 +19,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] emacs-version: + - 26.3 + - 27.2 - 28.2 - - 29.1 - - 29.2 - - 29.3 - 29.4 include: - os: ubuntu-latest @@ -31,6 +30,15 @@ jobs: - os: macos-latest emacs-version: snapshot experimental: true + - os: windows-latest + emacs-version: snapshot + experimental: true + exclude: + - os: macos-latest + emacs-version: 26.3 + - os: macos-latest + emacs-version: 27.2 + steps: - uses: actions/checkout@v4 - uses: jcs090218/setup-emacs@master