Build docker image for running tests
Published at `ericfreese/zsh-autosuggestions-test`. Contains: - Ruby 2.5.3 - Supported zsh versions 4.3.11 through 5.6.2 - Test ruby dependencies Also updates Circle CI config to use built docker image.
This commit is contained in:
15
ZSH_VERSIONS
Normal file
15
ZSH_VERSIONS
Normal file
@@ -0,0 +1,15 @@
|
||||
# Zsh releases to run tests against
|
||||
# See https://github.com/zsh-users/zsh/releases
|
||||
#
|
||||
# When modifying this file, rebuild and push docker image:
|
||||
# $ docker build -t ericfreese/zsh-autosuggestions-test .
|
||||
# $ docker push ericfreese/zsh-autosuggestions-test
|
||||
4.3.11
|
||||
5.0.2
|
||||
5.0.8
|
||||
5.1.1
|
||||
5.2
|
||||
5.3.1
|
||||
5.4.2
|
||||
5.5.1
|
||||
5.6.2
|
||||
Reference in New Issue
Block a user