CI: test with 3.11 final

This commit is contained in:
Christoph Reiter
2022-10-26 10:58:17 +02:00
committed by GitHub
parent a8f031e21b
commit 8da7f515dc

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11-dev']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
@@ -48,4 +48,4 @@ jobs:
docker build --tag ghcr.io/msys2/msys2-web:latest .
- name: Deploy image
run: |
docker push ghcr.io/msys2/msys2-web:latest
docker push ghcr.io/msys2/msys2-web:latest