branch: elpa/flycheck
commit 026ddcb900884fbb58d0fab36f72d10414d8cf26
Author: Jen-Chieh Shen <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
ci: Remove tests for Emacs 27.x
---
.github/workflows/test.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1373f5edc04..8fc8886b70b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- - 27.2
- 28.2
- 29.4
- 30.2
@@ -35,12 +34,9 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
- exclude:
- - os: macos-latest
- emacs-version: 27.2
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
- uses: jcs090218/setup-emacs@master
with: