Skip to content

Commit 8c451de

Browse files
committed
fix: wrap info-setup
1 parent 890eb00 commit 8c451de

File tree

3 files changed

+2150
-2137
lines changed

3 files changed

+2150
-2137
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
emacs-version:
23+
- 26.3
24+
- 27.2
25+
- 28.2
26+
- 29.4
2327
- 30.1
2428
experimental: [false]
2529
include:

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
(source 'gnu)
1414

15-
(depends-on "emacs" "30.1")
15+
(depends-on "emacs" "26.1")
1616

1717
(add-hook 'eask-before-compile-hook
1818
(lambda ()

0 commit comments

Comments
 (0)