summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2024-09-18 13:32:14 -0700
committerGitHub <noreply@github.com>2024-09-18 13:32:14 -0700
commitfcdcd0b091b38428d339aba39c10962a9ca88a25 (patch)
tree74215b47a91083a2867cd36b7bbaec82d224ca69 /.github/workflows/test.yml
parent59760a573b2f270c2d84f33129436a46a704db36 (diff)
downloadrust-mode-fcdcd0b091b38428d339aba39c10962a9ca88a25.tar.gz
ci: Test Emacs 26 and 27
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml14
1 files 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