Skip to content

Commit

Permalink
Try 28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Nov 30, 2024
1 parent 740ca8b commit 9e4b845
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- snapshot
steps:
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(source "gnu")
(source "melpa")

(depends-on "emacs" "28.1")
(depends-on "emacs" "28.2")
(depends-on "flx")

(development
Expand Down
2 changes: 1 addition & 1 deletion fussy.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: James Nguyen <[email protected]>
;; Version: 1.0
;; Package-Requires: ((emacs "28.1") (flx "0.5"))
;; Package-Requires: ((emacs "28.2") (flx "0.5"))
;; Keywords: matching
;; Homepage: https://github.com/jojojames/fussy

Expand Down

0 comments on commit 9e4b845

Please sign in to comment.