File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -25,38 +25,15 @@ concurrency:
25
25
jobs :
26
26
test :
27
27
runs-on : ${{ matrix.os }}
28
- continue-on-error : ${{ matrix.experimental }}
29
28
strategy :
30
29
fail-fast : false
31
30
matrix :
32
31
os : [ubuntu-latest, macos-latest, windows-latest]
33
- emacs-version :
34
- - 26.3
35
- - 27.2
36
- - 28.2
37
- - 29.4
38
- - 30.1
39
- experimental : [false]
40
- include :
41
- - os : ubuntu-latest
42
- emacs-version : snapshot
43
- experimental : true
44
- - os : macos-latest
45
- emacs-version : snapshot
46
- experimental : true
47
- - os : windows-latest
48
- emacs-version : snapshot
49
- experimental : true
50
- exclude :
51
- - os : macos-latest
52
- emacs-version : 26.3
53
- - os : macos-latest
54
- emacs-version : 27.2
55
32
56
33
steps :
57
34
- uses : jcs090218/setup-emacs@master
58
35
with :
59
- version : ${{ matrix.emacs-version }}
36
+ version : 30.1
60
37
61
38
- uses : actions/checkout@v4
62
39
You can’t perform that action at this time.
0 commit comments