Skip to content

Commit

Permalink
Also test on Emacs 29.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
doublep committed May 11, 2024
1 parent eac557c commit bba2c82
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
emacs_version: ['24.4', '24.5', '25.1', '25.2', '25.3', '26.1', '26.2', '26.3', '27.1', '27.2', '28.1', '28.2', '29.1', '29.2', 'snapshot']
emacs_version: ['24.4', '24.5',
'25.1', '25.2', '25.3',
'26.1', '26.2', '26.3',
'27.1', '27.2',
'28.1', '28.2',
'29.1', '29.2', '29.3',
'snapshot']
include:
- os: macos-latest
emacs_version: '29.2'
emacs_version: '29.3'
- os: windows-latest
emacs_version: '29.2'
emacs_version: '29.3'

steps:
- name: Set up Emacs
Expand Down

0 comments on commit bba2c82

Please sign in to comment.