Merge branch 'main' into docs

This commit is contained in:
Lunny Xiao 2023-05-03 21:02:20 +08:00
commit 11116c1e64
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 }}