[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/wgrep 49f09ab9b7 2/2: drop legacy Emacs CI support
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/wgrep 49f09ab9b7 2/2: drop legacy Emacs CI support |
Date: |
Fri, 6 Dec 2024 10:00:56 -0500 (EST) |
branch: elpa/wgrep
commit 49f09ab9b706d2312cab1199e1eeb1bcd3f27f6f
Author: Masahiro Hayashi <mhayashi1120@gmail.com>
Commit: Masahiro Hayashi <mhayashi1120@gmail.com>
drop legacy Emacs CI support
restricted CI on macsos
---
.github/workflows/test.yml | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9860560b1f..0c75cd9937 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,18 +17,21 @@ jobs:
- ubuntu-latest
- macos-latest
emacs_version:
- - 25.1
- - 25.2
- - 25.3
- - 26.1
- - 26.2
- - 26.3
- - 27.1
- - 27.2
- 28.1
- 28.2
- 29.1
+ - 29.2
+ - 29.3
- snapshot
+ include:
+ - os: ubuntu-latest
+ emacs_version: 24.5
+ - os: ubuntu-latest
+ emacs_version: 25.3
+ - os: ubuntu-latest
+ emacs_version: 26.3
+ - os: ubuntu-latest
+ emacs_version: 27.2
env:
EMACS_LINT_IGNORE: ${{ matrix.lint_ignore }}
steps: