summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2021-10-16 19:28:15 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-10-16 19:35:47 +0200
commiteed94e4e5eb624bb8bbfa8eb627207b0086e18d9 (patch)
treee58c32939e0673b545fbad0202bd5ab35a939b87 /.github/workflows/test.yml
parent9c2e06756d3678cdcaaa57ec01591083c5f1d2c4 (diff)
downloadrust-mode-eed94e4e5eb624bb8bbfa8eb627207b0086e18d9.tar.gz
adjust emacs_versions used for ci
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1c78413..e41f967 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,13 +10,11 @@ jobs:
matrix:
rust_version: [stable]
emacs_version:
- - 25.1
- - 25.2
- 25.3
- - 26.1
- - 26.2
- 26.3
+ - 27.2
- snapshot
+
env:
EMACS_VERSION: ${{ matrix.emacs_version }}
steps: