File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
include :
21
- - py_ver : 3.8
22
- distro : alpine
21
+ - py_ver : 3.10
22
+ distro : debian
23
23
image : djbase
24
24
env :
25
25
PY_VER : ${{matrix.py_ver}}
44
44
export HOST_UID=$(id -u)
45
45
docker-compose -f docker-compose-build.yaml up --exit-code-from app --build
46
46
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 '
48
48
name : Add pip artifacts
49
49
uses : actions/upload-artifact@v3
50
50
with :
55
55
runs-on : ubuntu-latest
56
56
strategy :
57
57
matrix :
58
- py_ver : ["3.11 "]
58
+ py_ver : ["3.10 "]
59
59
mysql_ver : ["8.0", "5.7"]
60
60
include :
61
- - py_ver : " 3.10"
62
- mysql_ver : " 5.7"
63
61
- py_ver : " 3.9"
64
62
mysql_ver : " 5.7"
65
63
- py_ver : " 3.8"
@@ -123,8 +121,8 @@ jobs:
123
121
strategy :
124
122
matrix :
125
123
include :
126
- - py_ver : 3.8
127
- distro : alpine
124
+ - py_ver : 3.10
125
+ distro : debian
128
126
image : djbase
129
127
env :
130
128
PY_VER : ${{matrix.py_ver}}
You can’t perform that action at this time.
0 commit comments