Skip to content

Commit 2d3e44f

Browse files
committed
Also test on Emacs 29.2--29.4.
1 parent 1041630 commit 2d3e44f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
'26.1', '26.2', '26.3',
1919
'27.1', '27.2',
2020
'28.1', '28.2',
21-
'29.1',
21+
'29.1', '29.2', '29.3', '29.4',
2222
'snapshot']
2323
include:
2424
- os: macos-latest
25-
emacs_version: '29.1'
25+
emacs_version: '29.4'
2626
- os: windows-latest
27-
emacs_version: '29.1'
27+
emacs_version: '29.4'
2828

2929
steps:
3030
- name: Set up Emacs

0 commit comments

Comments
 (0)