Skip to content

Commit 9f35533

Browse files
xendkdoublep
authored andcommitted
Add newer Emacs versions to CI
1 parent 7653d4c commit 9f35533

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
'26.1', '26.2', '26.3',
2020
'27.1', '27.2',
2121
'28.1', '28.2',
22-
'29.1',
22+
'29.1', '29.2', '29.3', '29.4',
23+
'30.1',
2324
'snapshot']
2425
include:
2526
- os: macos-latest
26-
emacs_version: '29.1'
27+
emacs_version: '30.1'
2728
- os: windows-latest
28-
emacs_version: '29.1'
29+
emacs_version: '30.1'
2930

3031
steps:
3132
- name: Set up Emacs

0 commit comments

Comments
 (0)