[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/buttercup 85adc9018e 2/4: tests: Test on Emacs 29.4 and re
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/buttercup 85adc9018e 2/4: tests: Test on Emacs 29.4 and release-snapshot |
Date: |
Wed, 17 Jul 2024 22:00:22 -0400 (EDT) |
branch: elpa/buttercup
commit 85adc9018e6cebd0398bcdd95b1b98010ab7c149
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>
tests: Test on Emacs 29.4 and release-snapshot
release-snapshot is defined in https://github.com/purcell/nix-emacs-ci.
---
.github/workflows/test.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 65c217bf8e..447e256eed 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -48,6 +48,8 @@ jobs:
- 29.1
- 29.2
- 29.3
+ - 29.4
+ - release-snapshot
- snapshot
steps:
- uses: purcell/setup-emacs@master