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 1aa91d5 + e80e944 commit 81954d9Copy full SHA for 81954d9
.github/workflows/test.yml
@@ -11,16 +11,27 @@ on:
11
jobs:
12
test:
13
runs-on: ${{ matrix.os }}
14
+ continue-on-error: ${{ matrix.experimental }}
15
strategy:
16
fail-fast: false
17
matrix:
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
emacs-version:
20
- 26.3
- - 27.1
21
- 27.2
22
- - 28.1
23
- - snapshot
+ - 28.2
+ - 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