File tree Expand file tree Collapse file tree 1 file changed +2
-35
lines changed Expand file tree Collapse file tree 1 file changed +2
-35
lines changed Original file line number Diff line number Diff line change @@ -24,52 +24,19 @@ concurrency:
24
24
25
25
jobs :
26
26
test :
27
- runs-on : ${{ matrix.os }}
28
- continue-on-error : ${{ matrix.experimental }}
29
- strategy :
30
- fail-fast : false
31
- matrix :
32
- 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
-
27
+ runs-on : ubuntu-latest
56
28
steps :
57
29
- uses : jcs090218/setup-emacs@master
58
30
with :
59
- version : ${{ matrix.emacs-version }}
31
+ version : 30.1
60
32
61
33
- uses : actions/checkout@v4
62
34
63
35
- name : Prepare Eask (Unix)
64
- if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
65
36
run : |
66
37
chmod -R 777 ./
67
38
.github/scripts/setup-eask
68
39
69
- - name : Prepare Eask (Windows)
70
- if : matrix.os == 'windows-latest'
71
- run : .github/scripts/setup-eask.ps1
72
-
73
40
- name : Testing...
74
41
run : |
75
42
make command-help-exit
You can’t perform that action at this time.
0 commit comments