chore: bump brew to 4.1.7 (#176)

- bump brew to the latest, 4.1.7 release

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/176
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-04 01:38:34 +00:00 committed by techknowlogick
parent 2cba9d5b7f
commit b0d52675ea
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 }}