Skip to content

Commit

Permalink
ci(github-actions): Update Emacs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 15, 2024
1 parent 8a5414b commit 378b988
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
emacs-version:
- '25.3'
- '26.3'
- '27.2'
- '28.2'
- '29.2'
include:
# Older Emacs binaries for Windows don't have dynamic modules enabled.
- os: windows-2019
emacs-version: '27.2'
emacs-version: '29.2'
- os: windows-2022
emacs-version: '27.2'
emacs-version: '29.2'
runs-on: ${{ matrix.os }}
steps:
- name: Set up Rust
Expand Down

0 comments on commit 378b988

Please sign in to comment.