Skip to content

Commit

Permalink
Merge pull request #559 from rust-lang/ci/major
Browse files Browse the repository at this point in the history
ci: Test Emacs 26 and 27
  • Loading branch information
jcs090218 authored Sep 19, 2024
2 parents 59760a5 + fcdcd0b commit 3bd0863
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3bd0863

Please sign in to comment.