Skip to content

Commit 9e08c19

Browse files
authored
test: Emacs 29.1
1 parent 2fe0ba5 commit 9e08c19

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,18 @@ jobs:
1919
- 26.3
2020
- 27.2
2121
- 28.2
22-
- snapshot
22+
- 29.1
23+
experimental: [false]
24+
include:
25+
- os: ubuntu-latest
26+
emacs-version: snapshot
27+
experimental: true
28+
- os: macos-latest
29+
emacs-version: snapshot
30+
experimental: true
31+
- os: windows-latest
32+
emacs-version: snapshot
33+
experimental: true
2334

2435
steps:
2536
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)