Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 28.2
- 29.4
- 30.2
experimental: [false]
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "28.1")
(depends-on "emacs" "29.1")

(development
(depends-on "projectile")
Expand Down
2 changes: 1 addition & 1 deletion gdscript-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Jen-Chieh Shen <jcs090218@gmail.com>

;; Keywords: languages
;; Package-Requires: ((emacs "28.1"))
;; Package-Requires: ((emacs "29.1"))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
Loading