branch: elpa/markdown-mode
commit 7d87815465882649fbbcae857eae4c1d3d812f81
Author: Shohei YOSHIDA <[email protected]>
Commit: Shohei YOSHIDA <[email protected]>
use newer emacs for testing
---
.github/workflows/test.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fa3569fff9..a832791ec3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,16 +10,16 @@ jobs:
strategy:
matrix:
emacs_version:
- - 28.2
- - 29.4
- - 30.1
- - snapshot
+ - "28.2"
+ - "29.4"
+ - "30.2"
+ - "snapshot"
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Install dependencies
run: sudo apt install pandoc aspell
- name: Run tests