From bd67bca32a69bf09f137cacb01c0310da9e76575 Mon Sep 17 00:00:00 2001 From: liuyinz Date: Tue, 29 Oct 2024 12:09:43 +0800 Subject: [PATCH] ci: only support emacs >= 29.1 --- .github/workflows/test.yml | 10 +++++----- README.md | 2 +- consult-todo.el | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d50faec..ef06b43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,9 @@ on: branches: master push: paths-ignore: - - '**.md' - - 'image/*' - branches: [master, 'ci/**'] + - "**.md" + - "image/*" + branches: [master, "ci/**"] jobs: build: @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - emacs_version: [27.1, 27.2, 28.2, 29.1, snapshot] + emacs_version: [29.1, 29.2, 29.3, 29.4, snapshot] ignore_warnings: - true @@ -31,6 +31,6 @@ jobs: uses: leotaku/elisp-check@master with: check: melpa - file: 'consult-todo.el' + file: "consult-todo.el" ignore_warnings: false warnings_as_errors: false diff --git a/README.md b/README.md index 2c2a5d3..b3c7ac4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Search and jump hl-todo keywords in buffers with consult. ### dependencies -- Emacs, version >= 27.1 +- Emacs, version >= 29.1 - [hl-todo](https://github.com/tarsius/hl-todo) - [consult](https://github.com/minad/consult) diff --git a/consult-todo.el b/consult-todo.el index e77ac23..62e2d23 100644 --- a/consult-todo.el +++ b/consult-todo.el @@ -6,7 +6,7 @@ ;; Maintainer: liuyinz ;; Created: 2021-10-03 03:44:36 ;; Version: 0.4.1 -;; Package-Requires: ((emacs "27.1") (consult "0.35") (hl-todo "3.1.2")) +;; Package-Requires: ((emacs "29.1") (consult "0.35") (hl-todo "3.1.2")) ;; Homepage: https://github.com/liuyinz/consult-todo ;; License: GPL-3.0-or-later