aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-16 11:42:39 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-16 11:42:39 +0200
commit8321f8a59e711532f9469dfbc95663b396d2ad28 (patch)
tree885cd66c5debdf161c3c79cda1d0723444b87399 /.github/workflows/ci.yml
parentb9a35f891b24380ce57d1468463ffe71e2738204 (diff)
downloadsoria-8321f8a59e711532f9469dfbc95663b396d2ad28.tar.gz
soria-8321f8a59e711532f9469dfbc95663b396d2ad28.zip
Bumping some versions
That is, include the latest version of GNU Emacs on the CI and update the documentation. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0b3ab3c..d625af9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,10 +23,11 @@ jobs:
- 26.2
- 26.3
- 27.1
+ - 27.2
- snapshot
include:
- os: macos-latest
- emacs_version: 27.1
+ emacs_version: 27.2
steps:
- uses: purcell/setup-emacs@master
with: