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.
1 parent 468c641 commit 104af71Copy full SHA for 104af71
.github/workflows/test.yml
@@ -5,14 +5,26 @@ on: [push, pull_request]
5
jobs:
6
test:
7
runs-on: ${{ matrix.os }}
8
+ continue-on-error: ${{ matrix.experimental }}
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
emacs-version:
13
- 26.3
14
- 27.2
15
- 28.2
- - snapshot
16
+ - 29.1
17
+ experimental: [false]
18
+ include:
19
+ - os: ubuntu-latest
20
+ emacs-version: snapshot
21
+ experimental: true
22
+ - os: macos-latest
23
24
25
+ - os: windows-latest
26
27
28
29
steps:
30
- uses: actions/checkout@v3
0 commit comments