Skip to content

Commit 81954d9

Browse files
authored
Merge pull request #200 from jcs-PR/test/29
test: Emacs 29.1
2 parents 1aa91d5 + e80e944 commit 81954d9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,27 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ${{ matrix.os }}
14+
continue-on-error: ${{ matrix.experimental }}
1415
strategy:
1516
fail-fast: false
1617
matrix:
1718
os: [ubuntu-latest, macos-latest, windows-latest]
1819
emacs-version:
1920
- 26.3
20-
- 27.1
2121
- 27.2
22-
- 28.1
23-
- snapshot
22+
- 28.2
23+
- 29.1
24+
experimental: [false]
25+
include:
26+
- os: ubuntu-latest
27+
emacs-version: snapshot
28+
experimental: true
29+
- os: macos-latest
30+
emacs-version: snapshot
31+
experimental: true
32+
- os: windows-latest
33+
emacs-version: snapshot
34+
experimental: true
2435

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

0 commit comments

Comments
 (0)