Skip to content

Commit 00a5c9f

Browse files
authored
Merge pull request #162 from jcs-PR/test/29
test: Emacs 29.1
2 parents 7be7f30 + 8332f53 commit 00a5c9f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/test.yml

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

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

0 commit comments

Comments
 (0)