Skip to content

Commit 44f8306

Browse files
committed
Test Emacs 27.2 on Ubuntu in CI
27.1 is the declared floor, so cover it in CI again. It was dropped because MELPA's flycheck HEAD requires Emacs 28.1 and would not install on 27; the previous commit's Eask.27 pulls 27's dependencies from MELPA Stable instead, which supports it. Ubuntu only: one platform is enough to catch a 27-specific break, and it keeps the matrix small.
1 parent 77907da commit 44f8306

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- 30.1
2525
experimental: [false]
2626
include:
27+
# Emacs 27.1 is the declared floor. Run it on Ubuntu only: its
28+
# dependencies come from MELPA Stable via Eask.27 (MELPA's HEAD needs
29+
# Emacs 28.1), and one platform is enough to catch a 27-specific break.
30+
- os: ubuntu-latest
31+
emacs-version: "27.2"
32+
experimental: false
2733
- os: ubuntu-latest
2834
emacs-version: snapshot
2935
experimental: true

0 commit comments

Comments
 (0)