branch: elpa/rust-mode commit eed94e4e5eb624bb8bbfa8eb627207b0086e18d9 Author: brotzeit <brotzeitmac...@gmail.com> Commit: brotzeit <brotzeitmac...@gmail.com>
adjust emacs_versions used for ci --- .github/workflows/test.yml | 6 ++---- 1 file 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: