File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 include :
21- - py_ver : 3.8
22- distro : alpine
21+ - py_ver : 3.10
22+ distro : debian
2323 image : djbase
2424 env :
2525 PY_VER : ${{matrix.py_ver}}
4444 export HOST_UID=$(id -u)
4545 docker-compose -f docker-compose-build.yaml up --exit-code-from app --build
4646 echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
47- - if : matrix.py_ver == '3.8 ' && matrix.distro == 'alpine '
47+ - if : matrix.py_ver == '3.10 ' && matrix.distro == 'debian '
4848 name : Add pip artifacts
4949 uses : actions/upload-artifact@v3
5050 with :
5555 runs-on : ubuntu-latest
5656 strategy :
5757 matrix :
58- py_ver : ["3.11 "]
58+ py_ver : ["3.10 "]
5959 mysql_ver : ["8.0", "5.7"]
6060 include :
61- - py_ver : " 3.10"
62- mysql_ver : " 5.7"
6361 - py_ver : " 3.9"
6462 mysql_ver : " 5.7"
6563 - py_ver : " 3.8"
@@ -123,8 +121,8 @@ jobs:
123121 strategy :
124122 matrix :
125123 include :
126- - py_ver : 3.8
127- distro : alpine
124+ - py_ver : 3.10
125+ distro : debian
128126 image : djbase
129127 env :
130128 PY_VER : ${{matrix.py_ver}}
You can’t perform that action at this time.
0 commit comments