[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/d-mode 2e5e43d35c 4/5: .github/workflows/test.yml: Add Ema
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/d-mode 2e5e43d35c 4/5: .github/workflows/test.yml: Add Emacs 29.1 to test matrix |
Date: |
Tue, 26 Nov 2024 07:00:01 -0500 (EST) |
branch: elpa/d-mode
commit 2e5e43d35c41a844c71e57087c29b2a23b03657b
Author: Vladimir Panteleev <108007295+VPanteleev-S7@users.noreply.github.com>
Commit: Vladimir Panteleev <CyberShadow@users.noreply.github.com>
.github/workflows/test.yml: Add Emacs 29.1 to test matrix
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ea74cc6b73..2b00987087 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
- 27.2
- 28.1
- 28.2
+ - 29.1
- snapshot
steps:
- uses: purcell/setup-emacs@master