Skip to content

Commit 65b303a

Browse files
authored
Merge pull request emacs-lsp#170 from jcs-PR/test/29
test: Emacs 29.1
2 parents 3249cde + 267217a commit 65b303a

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
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ${{ matrix.os }}
14+
continue-on-error: ${{ matrix.experimental }}
1415
strategy:
1516
fail-fast: false
1617
matrix:
@@ -19,7 +20,18 @@ jobs:
1920
- 26.3
2021
- 27.2
2122
- 28.2
22-
- snapshot
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
2335

2436
steps:
2537
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)