diff options
| -rw-r--r-- | .github/workflows/test.yml | 6 |
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: |
