Skip to content

Commit 3bd0863

Browse files
authored
Merge pull request #559 from rust-lang/ci/major
ci: Test Emacs 26 and 27
2 parents 59760a5 + fcdcd0b commit 3bd0863

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/test.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
emacs-version:
22+
- 26.3
23+
- 27.2
2224
- 28.2
23-
- 29.1
24-
- 29.2
25-
- 29.3
2625
- 29.4
2726
include:
2827
- os: ubuntu-latest
@@ -31,6 +30,15 @@ jobs:
3130
- os: macos-latest
3231
emacs-version: snapshot
3332
experimental: true
33+
- os: windows-latest
34+
emacs-version: snapshot
35+
experimental: true
36+
exclude:
37+
- os: macos-latest
38+
emacs-version: 26.3
39+
- os: macos-latest
40+
emacs-version: 27.2
41+
3442
steps:
3543
- uses: actions/checkout@v4
3644
- uses: jcs090218/setup-emacs@master

0 commit comments

Comments
 (0)