diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
commit | 07b267b2054438e2471e565b38af3e0e75d1a7a5 (patch) | |
tree | d1603b86d185469dc030e594015ab79b95ffd088 | |
parent | 5c47042e088d69375b6407a7eded166403d6fd81 (diff) | |
download | snakemake-mode-07b267b2054438e2471e565b38af3e0e75d1a7a5.tar.gz |
ci: Add 29.1
-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 eb54d1f..ac591aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,7 @@ jobs: - 26.1 - 27.2 - 28.2 + - 29.1 - snapshot steps: - name: Install emacs |