Skip to content

Commit 104af71

Browse files
authored
test: Emacs 29.1 (#26)
1 parent 468c641 commit 104af71

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/test.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,26 @@ on: [push, pull_request]
55
jobs:
66
test:
77
runs-on: ${{ matrix.os }}
8+
continue-on-error: ${{ matrix.experimental }}
89
strategy:
910
matrix:
1011
os: [ubuntu-latest, macos-latest, windows-latest]
1112
emacs-version:
1213
- 26.3
1314
- 27.2
1415
- 28.2
15-
- snapshot
16+
- 29.1
17+
experimental: [false]
18+
include:
19+
- os: ubuntu-latest
20+
emacs-version: snapshot
21+
experimental: true
22+
- os: macos-latest
23+
emacs-version: snapshot
24+
experimental: true
25+
- os: windows-latest
26+
emacs-version: snapshot
27+
experimental: true
1628

1729
steps:
1830
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)