aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-10 07:29:37 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-10 07:29:37 +0200
commit2e348bad40af18f8ca72c779fc148ba54796f7f8 (patch)
tree5f7abe8f64af90ba8a50d3403c31348f5b980f50 /.github/workflows
parentfcd8632cb47ff93d974c8362b4e6501004caad7d (diff)
downloadsoria-2e348bad40af18f8ca72c779fc148ba54796f7f8.tar.gz
soria-2e348bad40af18f8ca72c779fc148ba54796f7f8.zip
ci: added more GNU Emacs versions
Moreover I've taken the chance to fix a couple of typos on the README file. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dff49e2..21cfcca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,10 +28,13 @@ jobs:
- 27.2
- 28.1
- 28.2
+ - 29.1
+ - 29.2
+ - 29.3
- snapshot
include:
- os: macos-latest
- emacs_version: 27.2
+ emacs_version: 29.3
steps:
- uses: purcell/setup-emacs@master
with: