File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3434 matrix :
3535 # Test modern Odoo versions with latest Postgres version
3636 pg_version :
37+ - " 16"
3738 - " 15"
3839 - " 14"
3940 - " 13"
4344 - " 9.6"
4445 env :
4546 # Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
46- LATEST_RELEASE : " 15 -alpine"
47+ LATEST_RELEASE : " 16 -alpine"
4748 # Variables found by default in Docker Hub builder
4849 DOCKER_REPO : tecnativa/postgres-autoconf
4950 DOCKER_TAG : ${{ matrix.pg_version }}-alpine
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ default_language_version:
22 python : python3
33repos :
44- repo : https://github.com/psf/black
5- rev : 23.9.1
5+ rev : 22.3.0
66 hooks :
77 - id : black
88- repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.4 .0
9+ rev : v4.3 .0
1010 hooks :
1111 - id : trailing-whitespace
1212 - id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments