branch: elpa/adoc-mode
commit fafa3c44285421315c0a0f8324171dedf3a1a0ed
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add Emacs 30.1 to CI matrix and bump checkout action to v4
---
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8568a5080b..b03361a00a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Earliest supported + latest in each stable branch + snapshot.
- emacs_version: ['28.1', '29.1', 'snapshot']
+ emacs_version: ['28.1', '29.1', '30.1', 'snapshot']
steps:
- name: Set up Emacs
@@ -26,7 +26,7 @@ jobs:
run: curl -fsSL
https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- name: Check out the source code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Test the project
run: |