We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51a5b8 commit 3bbf59eCopy full SHA for 3bbf59e
.github/workflows/test.yml
@@ -9,10 +9,9 @@ jobs:
9
fail-fast: false
10
matrix:
11
emacs_version:
12
- - 25.3
13
- - 26.3
14
- 27.1
15
- 28.1
+ - 29.3
16
steps:
17
- uses: purcell/setup-emacs@master
18
with:
README.org
@@ -8,7 +8,7 @@ Create local Emacs package repository from *installed packages* so package upgra
8
* Why
- Package installation is fast. It takes only 15 seconds to install 115 packages
- The package repository could be hosted on USB/Dropbox/GitHub
-- Tested with Emacs 27, 28 on OSX/Cygwin/Windows10/Linux
+- Tested with Emacs 27, 28, 29 on OSX/Cygwin/Windows10/Linux
* Install
CLI program "tar" is required. It's already installed on Windows10/Linux/macOS.
0 commit comments