File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Do NOT update manually; changes here will be overwritten by Copier
2- _commit : v2.3.1
2+ _commit : v2.3.2
33_src_path : gh:coopiteasy/oca-addons-repo-template
44ci : GitHub
55convert_readme_fragments_to_markdown : false
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 pre-commit :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-python@v5
1818 with :
19- python-version : " 3.6 "
19+ python-version : " 3.7 "
2020 - name : Get python version
2121 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2222 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 test :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 container : ${{ matrix.container }}
2121 name : ${{ matrix.name }}
2222 strategy :
You can’t perform that action at this time.
0 commit comments