Skip to content

Commit

Permalink
Drop support for Emacs 25
Browse files Browse the repository at this point in the history
flycheck requires Emacs 26 and I can't be bothered to selectively test only the
non-flycheck stuff with Emacs 25.
  • Loading branch information
amake committed Aug 23, 2024
1 parent a819570 commit e71235d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- 25.3
- 26.3
- 27.2
- 28.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run_emacs = $(emacs) -Q --batch -L . -L $(elpa_dir) -l package \
dependencies := flycheck
dev_dependencies := package-lint
all_deps := $(dependencies) $(dev_dependencies)
test_versions := 25 26 27 28 29
test_versions := 26 27 28 29

.PHONY: test
test: ## Compile and run unit tests
Expand Down
2 changes: 1 addition & 1 deletion flutter-gen.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Aaron Madlon-Kay
;; Version: 0.1.0
;; URL: https://github.com/amake/flutter.el
;; Package-Requires: ((emacs "25.1"))
;; Package-Requires: ((emacs "26.1"))
;; Keywords: languages

;; This file is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion flutter-l10n-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Aaron Madlon-Kay
;; Version: 0.1.0
;; URL: https://github.com/amake/flutter.el
;; Package-Requires: ((emacs "25.1") (flycheck "30") (flutter "0.1.0"))
;; Package-Requires: ((emacs "26.1") (flycheck "30") (flutter "0.1.0"))
;; Keywords: languages

;; This file is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion flutter-l10n.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Aaron Madlon-Kay
;; Version: 0.1.0
;; URL: https://github.com/amake/flutter.el
;; Package-Requires: ((emacs "25.1"))
;; Package-Requires: ((emacs "26.1"))
;; Keywords: languages

;; This file is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion flutter-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Aaron Madlon-Kay
;; Version: 0.1.0
;; URL: https://github.com/amake/flutter.el
;; Package-Requires: ((emacs "25.1"))
;; Package-Requires: ((emacs "26.1"))
;; Keywords: languages

;; This file is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion flutter.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Aaron Madlon-Kay
;; Version: 0.1.0
;; URL: https://github.com/amake/flutter.el
;; Package-Requires: ((emacs "25.1"))
;; Package-Requires: ((emacs "26.1"))
;; Keywords: languages

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit e71235d

Please sign in to comment.