Commit Graph

6 Commits (e52ee8ca55bcc56a17c828767a3f98f22a68d4eb)

Author SHA1 Message Date
Eric Freese 9b0272944f Add support for 5.9 2 years ago
Eric Freese c5044edd48 Support latest minor version of 5.8 2 years ago
Eric Freese 2cc34c015e Switch from Circle CI to GitHub Actions
The testing docker image has been split up. Instead of having one image
with all supported versions of zsh installed, we now have a separate
image for each supported zsh version.

We use GitHub Action matrices to run jobs in parallel for all of the
supported versions.

We no longer need to publish images to Docker Hub. The images are just
built by CI (or developers) as needed from the Dockerfile in the repo.
2 years ago
Eric Freese 89c600c873 Support new zsh version: 5.8 4 years ago
Eric Freese 543f2b5477 Support new zsh version 6 years ago
Eric Freese 69d7fa14d3 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.
7 years ago