chore: improve API usage, test tolerance, and platform support

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

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2023-05-03 10:29:24 +08:00
parent 4bf7c6c832
commit 063f5c17ac
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 }}