Skip to content

Commit 6aa4805

Browse files
Remove py311 test since nosetests incompatible.
1 parent 2c433fd commit 6aa4805

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/development.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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}}
@@ -44,7 +44,7 @@ jobs:
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:
@@ -55,11 +55,9 @@ jobs:
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}}

0 commit comments

Comments
 (0)