branch: elpa/julia-mode
commit 522998980ee0d2433e68c303e9bc08641ee85cd4
Author: Tamás K. Papp <[email protected]>
Commit: Tamás K. Papp <[email protected]>
add 29.x Emacs versions to CI matrix
---
.github/workflows/CI.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 7e419b8219..72fcde1a53 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -24,6 +24,9 @@ jobs:
- 27.2
- 28.1
- 28.2
+ - 29.1
+ - 29.2
+ - 29.3
ignore_warnings:
- true
# NOTE commented out because failure notifications are a distraction