Skip to content

Commit

Permalink
ci: only support emacs >= 29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed Oct 29, 2024
1 parent 8e0955c commit bd67bca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ on:
branches: master
push:
paths-ignore:
- '**.md'
- 'image/*'
branches: [master, 'ci/**']
- "**.md"
- "image/*"
branches: [master, "ci/**"]

jobs:
build:
runs-on: ubuntu-latest
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

Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion consult-todo.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: liuyinz <[email protected]>
;; 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

Expand Down

0 comments on commit bd67bca

Please sign in to comment.