Skip to content

Commit 1a5fd18

Browse files
committed
Add CI workflow for Emacs 29.1
1 parent 63ece7f commit 1a5fd18

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
emacs_version:
1717
- 28.2
18+
- 29.1
1819
- release-snapshot
1920
# - snapshot
2021
steps:

.github/workflows/build_straight.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
emacs_version:
1717
- 28.2
18+
- 29.1
1819
- release-snapshot
1920
- snapshot
2021
steps:

test/verilog-ext-tests-setup-straight.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
;; Overwrite with latest version instead of the one pointed by Package-Requires:
6161
(use-package verilog-mode
6262
:straight (:repo "veripool/verilog-mode")
63-
;; :straight nil ; TODO: Uncomment/replace when gnu archive has a newer version where tests pass
6463
:config
6564
(defvar verilog-ext-test-indent-level 4)
6665
(setq verilog-indent-level verilog-ext-test-indent-level)

0 commit comments

Comments
 (0)