Skip to content

Commit a988905

Browse files
authored
Merge pull request #16 from jcs-PR/test/29
test: Emacs 29.1
2 parents a1d118d + 1dc9d05 commit a988905

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
@@ -13,6 +13,7 @@ concurrency:
1313
jobs:
1414
test:
1515
runs-on: ${{ matrix.os }}
16+
continue-on-error: ${{ matrix.experimental }}
1617
strategy:
1718
fail-fast: false
1819
matrix:
@@ -21,7 +22,18 @@ jobs:
2122
- 26.3
2223
- 27.2
2324
- 28.2
24-
- snapshot
25+
- 29.1
26+
experimental: [false]
27+
include:
28+
- os: ubuntu-latest
29+
emacs-version: snapshot
30+
experimental: true
31+
- os: macos-latest
32+
emacs-version: snapshot
33+
experimental: true
34+
- os: windows-latest
35+
emacs-version: snapshot
36+
experimental: true
2537

2638
steps:
2739
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)