Skip to content

Commit

Permalink
Test on Emacs 29
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Aug 11, 2023
1 parent 64b3f50 commit 285eb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 26.3
- 27.2
- 28.1
- 29.1

steps:
- name: Set up Emacs
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
test_versions := 25 26 27 28 29

.PHONY: test
test: ## Compile and run unit tests
Expand Down

0 comments on commit 285eb86

Please sign in to comment.