Skip to content

Commit a860252

Browse files
committed
ci: Add Emacs 28.1
1 parent 5b04fc8 commit a860252

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/integ.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
- windows-2019
1919
emacs-version:
2020
- '27.2'
21+
- '28.1'
2122
runs-on: ${{ matrix.os }}
2223
steps:
2324
- uses: purcell/setup-emacs@b56a75706e31e22d474357c77fb25ce73be2973a
2425
if: runner.os != 'Windows'
2526
with:
2627
version: ${{ matrix.emacs-version }}
2728

28-
- uses: jcs090218/setup-emacs-windows@v4
29+
- uses: jcs090218/setup-emacs-windows@6e1ba035e1387639a42f4ef4872598c88481c863
2930
if: runner.os == 'Windows'
3031
with:
3132
version: ${{ matrix.emacs-version }}

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,20 @@ jobs:
2323
matrix:
2424
os:
2525
- macos-10.15
26-
- windows-2019
2726
- ubuntu-20.04
27+
- windows-2019
2828
emacs-version:
2929
- '27.2'
30+
- '28.1'
3031
include:
3132
- os: macos-11
3233
emacs-version: '27.2'
3334
# Cross build
3435
target: aarch64-apple-darwin
36+
- os: macos-11
37+
emacs-version: '28.1'
38+
# Cross build
39+
target: aarch64-apple-darwin
3540
runs-on: ${{ matrix.os }}
3641
steps:
3742
- name: Set up Rust
@@ -50,7 +55,7 @@ jobs:
5055
with:
5156
version: ${{ matrix.emacs-version }}
5257

53-
- uses: jcs090218/setup-emacs-windows@v4
58+
- uses: jcs090218/setup-emacs-windows@6e1ba035e1387639a42f4ef4872598c88481c863
5459
if: runner.os == 'Windows'
5560
with:
5661
version: ${{ matrix.emacs-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
version: ${{ matrix.emacs-version }}
4848

49-
- uses: jcs090218/setup-emacs-windows@v4
49+
- uses: jcs090218/setup-emacs-windows@6e1ba035e1387639a42f4ef4872598c88481c863
5050
if: runner.os == 'Windows'
5151
with:
5252
version: ${{ matrix.emacs-version }}
@@ -138,7 +138,7 @@ jobs:
138138
if: runner.os != 'Windows'
139139
with:
140140
version: ${{ matrix.emacs-version }}
141-
- uses: jcs090218/setup-emacs-windows@v4
141+
- uses: jcs090218/setup-emacs-windows@6e1ba035e1387639a42f4ef4872598c88481c863
142142
if: runner.os == 'Windows'
143143
with:
144144
version: ${{ matrix.emacs-version }}

0 commit comments

Comments
 (0)