diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:31:17 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:31:17 +0200 |
commit | 220a883f14f4976ab7374c0108584c2513e806d0 (patch) | |
tree | 65761d1a9ca07d331d0beb4ee73957787617bd21 | |
parent | 56d305e26c61b72ba01bdac151b142e006d2b80d (diff) |
mandate 27.1 for woodpecker (debian stable)
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index ba2c7b5..df4f222 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit last: - image: silex/emacs:27-ci-cask + image: silex/emacs:27.1-ci-cask commands: - emacs --version - cask install |