diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:35:10 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:35:10 +0200 |
commit | 57bc256ea7648ba21be2037f6d7b1328c22a8f67 (patch) | |
tree | 50b8b578834b42d08169999e8c60038e9adb4a37 /.woodpecker.yml | |
parent | 220a883f14f4976ab7374c0108584c2513e806d0 (diff) |
Revert "mandate 27.1 for woodpecker (debian stable)"
This reverts commit 220a883f14f4976ab7374c0108584c2513e806d0.
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index df4f222..ba2c7b5 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.1-ci-cask + image: silex/emacs:27-ci-cask commands: - emacs --version - cask install |