From eed94e4e5eb624bb8bbfa8eb627207b0086e18d9 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sat, 16 Oct 2021 19:28:15 +0200 Subject: adjust emacs_versions used for ci --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') 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: -- cgit v1.2.3