Skip to content

Commit

Permalink
Add Emacs 29 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 10, 2024
1 parent 3a285c0 commit ec4cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Earliest supported + latest in each stable branch + snapshot.
emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', 'snapshot']
emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', '29.1', 'snapshot']

steps:
- name: Set up Emacs
Expand Down

0 comments on commit ec4cb8d

Please sign in to comment.