Skip to content

Commit

Permalink
[ADD] Other Emacs versions to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Nov 26, 2024
1 parent bf180de commit 6a74a3d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macos-latest
# - windows-latest
emacs_version: [
'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'
'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'
]

steps:
Expand Down

0 comments on commit 6a74a3d

Please sign in to comment.