1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-07-17 01:39:18 -04:00

ci: explicitly test for 1.2.0

This commit is contained in:
Mathieu Kniewallner 2022-09-06 10:01:00 +02:00 committed by GitHub
parent c71c7d6c22
commit ae8a9ad9a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,13 +31,14 @@ jobs:
- "--preview"
- "--git https://github.com/python-poetry/poetry.git"
- "--version 1.1.15"
- "--version 1.2.0"
include:
- os: Ubuntu
image: ubuntu-latest
image: ubuntu-22.04
- os: Windows
image: windows-2022
- os: macOS
image: macos-11
image: macos-12
defaults:
run:
shell: bash