Merge branch 'main' into migrate-tea-to-homebrew-core

This commit is contained in:
Lunny Xiao 2023-09-04 04:01:34 +00:00
commit f6b476e24f
1 changed files with 1 additions and 1 deletions

View File

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