summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2025-07-08 02:10:29 +0800
committerYoumu <condy0919@gmail.com>2025-07-08 02:29:03 +0800
commit3e167b5f23caab71912ecea6e70756485413b41c (patch)
tree8d6217f24a9f0017d03ed9e524d2ca2d5c86fc27
parent290709f0c7e37c54e00c45f211a898c78d3cfd70 (diff)
No Emacs 26.3 CI builds
-rw-r--r--.github/workflows/build.yaml12
-rw-r--r--Eask2
2 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index cbea709..0fc762f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -20,10 +20,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- - 26.3
- 27.2
- 28.2
- - 29.3
+ - 29.4
+ - 30.1
experimental: [false]
include:
- os: ubuntu-latest
@@ -34,8 +34,6 @@ jobs:
experimental: true
exclude:
- os: macos-latest
- emacs-version: 26.3
- - os: macos-latest
emacs-version: 27.2
steps:
- uses: jcs090218/setup-emacs@master
@@ -45,17 +43,13 @@ jobs:
- uses: actions/checkout@v4
- name: Print emacs version
- run: |
- emacs --version
+ run: emacs --version
- uses: emacs-eask/setup-eask@master
with:
version: snapshot
- run: make install
-
- run: make compile
-
- run: make lint
-
- run: make test
diff --git a/Eask b/Eask
index f2138fc..830d7c7 100644
--- a/Eask
+++ b/Eask
@@ -15,7 +15,7 @@
(source 'gnu)
(source 'melpa)
-(depends-on "emacs" "26.3")
+(depends-on "emacs" "27.2")
(depends-on "evil")
(depends-on "annalist")