Skip to content

Commit 8bb7e72

Browse files
authored
Merge pull request #94 from emacs-rustic/github_ci
Move CI to Emacs 28 minimum
2 parents 1f5c47b + cc8b370 commit 8bb7e72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
#- macos-latest
2323
#- windows-latest
2424
emacs-version:
25-
- 27.2
2625
- 28.2
2726
- 29.4
2827
- 30.1

rustic.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; Author: Mozilla
55
;;
66
;; Keywords: languages
7-
;; Package-Requires: ((emacs "26.1") (rust-mode "1.0.6") (dash "2.13.0") (f "0.18.2") (let-alist "1.0.4") (markdown-mode "2.3") (project "0.3.0") (s "1.10.0") (spinner "1.7.3") (xterm-color "1.6") (flycheck "34.0"))
7+
;; Package-Requires: ((emacs "28.2") (rust-mode "1.0.6") (dash "2.13.0") (f "0.18.2") (let-alist "1.0.4") (markdown-mode "2.3") (project "0.3.0") (s "1.10.0") (spinner "1.7.3") (xterm-color "1.6") (flycheck "34.0"))
88

99
;; This file is distributed under the terms of both the MIT license and the
1010
;; Apache License (version 2.0).

0 commit comments

Comments
 (0)