summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2024-09-19 16:07:02 -0700
committerGitHub <noreply@github.com>2024-09-19 16:07:02 -0700
commit3bd0863f28414e629ca15ad2852a429a126226c5 (patch)
tree74215b47a91083a2867cd36b7bbaec82d224ca69
parent59760a573b2f270c2d84f33129436a46a704db36 (diff)
parentfcdcd0b091b38428d339aba39c10962a9ca88a25 (diff)
downloadrust-mode-3bd0863f28414e629ca15ad2852a429a126226c5.tar.gz
Merge pull request #559 from rust-lang/ci/major
ci: Test Emacs 26 and 27
-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