File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ To enable the described behavior source [**this file**][main] from your
30
30
31
31
Completion functions have been tested and reported to work on:
32
32
33
- - Linux (Debian 9,10 )
33
+ - Linux (Debian 9, 10, 11 )
34
34
- macOS (requires gnu-sed from brew)
35
- - Windows (MSYS )
35
+ - Windows (msys2, Git for Windows )
36
36
37
- [ Automated tests] ( tests/README.md ) are performed on Linux, FreeBSD and macOS.
37
+ [ Automated tests] ( tests/README.md ) are continuously executed
38
+ on Linux, FreeBSD, macOS and Windows (msys2).
38
39
39
40
40
41
## Installation and updating
Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ Automated tests are continuously executed after each push to this repo.
59
59
- ** FreeBSD** tests are executed in Google Cloud Platfom [ VM images] on
60
60
infrastructure provided by [ Cirrus CI] :
61
61
- FreeBSD 12.2: bash 5.1, sed 4.8 * (automatically updated in each CI run)*
62
+ - ** Windows** is not a native platform for bash, and there are several
63
+ compatibility layers people use to work around that (msys2, cygwin, WSL).
64
+ Currently continuous integration tests are executed only on ** msys2**
65
+ provided by [ GitHub Actions] .
62
66
63
67
[ GitHub Actions ] : https://github.com/features/actions
64
68
[ Docker containers ] : docker/README.md
You can’t perform that action at this time.
0 commit comments