Skip to content

Commit a1ea071

Browse files
committed
Only run Help-Exit job on emacs 30.1
1 parent eabdfbd commit a1ea071

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

.github/workflows/help_exit.yml

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -24,52 +24,19 @@ concurrency:
2424

2525
jobs:
2626
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
5628
steps:
5729
- uses: jcs090218/setup-emacs@master
5830
with:
59-
version: ${{ matrix.emacs-version }}
31+
version: 30.1
6032

6133
- uses: actions/checkout@v4
6234

6335
- name: Prepare Eask (Unix)
64-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
6536
run: |
6637
chmod -R 777 ./
6738
.github/scripts/setup-eask
6839
69-
- name: Prepare Eask (Windows)
70-
if: matrix.os == 'windows-latest'
71-
run: .github/scripts/setup-eask.ps1
72-
7340
- name: Testing...
7441
run: |
7542
make command-help-exit

0 commit comments

Comments
 (0)