We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3249cde + 267217a commit 65b303aCopy full SHA for 65b303a
.github/workflows/test.yml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
build:
13
runs-on: ${{ matrix.os }}
14
+ continue-on-error: ${{ matrix.experimental }}
15
strategy:
16
fail-fast: false
17
matrix:
@@ -19,7 +20,18 @@ jobs:
19
20
- 26.3
21
- 27.2
22
- 28.2
- - 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
31
32
+ - os: windows-latest
33
34
35
36
steps:
37
- uses: actions/checkout@v3
0 commit comments