1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-11-21 21:50:58 -05:00

ci: fix unit-test image

This commit is contained in:
Brian Lee 2022-11-04 18:21:01 -07:00
parent 16bcb4bc9e
commit 9cce603895
No known key found for this signature in database
GPG key ID: F99A54747DCA2D86

View file

@ -21,7 +21,7 @@ concurrency:
jobs:
unit-test:
name: Unit Test / Ubuntu / Python ${{ matrix.python-version }}
runs-on: Ubuntu
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]