mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 13:41:04 -05:00
ci: explicitly test for 1.2.0
This commit is contained in:
parent
c71c7d6c22
commit
ae8a9ad9a8
1 changed files with 3 additions and 2 deletions
5
.github/workflows/installer.yml
vendored
5
.github/workflows/installer.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue