test: improve API usage, test tolerance, and platform support (#166)

- Update brew_version to include "3.6.21", "4.0.16", and "latest"

See https://hub.docker.com/r/homebrew/brew

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/166
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2023-05-03 21:00:59 +08:00 committed by Lunny Xiao
parent 4bf7c6c832
commit c07d8919c8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
brew_version: ["3.6.14", "latest"]
brew_version: ["3.6.21", "4.0.16", "latest"]
runs-on: ubuntu-latest
container:
image: homebrew/brew:${{ matrix.brew_version }}