diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-04-17 21:27:44 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-04-17 21:28:30 -0400 |
commit | 888ac1ca1cac0523d95f04f28501034e73da2a71 (patch) | |
tree | c2ab4c7961b0d29592f55af5971503f4d32483f5 /.github/workflows | |
parent | c8ce5a292599c57f7728746f218fb32dfda53ce2 (diff) | |
download | snakemake-mode-888ac1ca1cac0523d95f04f28501034e73da2a71.tar.gz |
ci: Add Emacs 28.2
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 329be51..eb54d1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,7 @@ jobs: emacs_version: - 26.1 - 27.2 + - 28.2 - snapshot steps: - name: Install emacs |