Skip to content

Commit d1c4a59

Browse files
committed
Drop support of Emacs 24
1 parent 3304c0f commit d1c4a59

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/run-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
- '26.1'
3333
- '25.3'
3434
- '25.2'
35-
- '24.5'
36-
- '24.4'
3735
- 'snapshot'
3836

3937
env:

scripts/lint_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run linter in Docker. Used in Makefile.
44

55
# Indentation rules changed since 29.
6-
for version in 30 29 # 28 27 26 25 24
6+
for version in 30 29 # 28 27 26 25
77
do
88
docker \
99
run \

scripts/test_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run tests in Docker. Used in Makefile.
44

5-
for version in 30 29 28 27 26 25 24
5+
for version in 30 29 28 27 26 25
66
do
77
rm -f *.elc test/*.elc
88
rm -f *-autoloads.el

swift-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Maintainer: taku0 <[email protected]>
1111
;;
1212
;; Version: 9.4.0
13-
;; Package-Requires: ((emacs "24.4") (seq "2.3"))
13+
;; Package-Requires: ((emacs "25.2"))
1414
;; Keywords: languages swift
1515
;; URL: https://github.com/swift-emacs/swift-mode
1616

0 commit comments

Comments
 (0)