mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 21:50:58 -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"
|
- "--preview"
|
||||||
- "--git https://github.com/python-poetry/poetry.git"
|
- "--git https://github.com/python-poetry/poetry.git"
|
||||||
- "--version 1.1.15"
|
- "--version 1.1.15"
|
||||||
|
- "--version 1.2.0"
|
||||||
include:
|
include:
|
||||||
- os: Ubuntu
|
- os: Ubuntu
|
||||||
image: ubuntu-latest
|
image: ubuntu-22.04
|
||||||
- os: Windows
|
- os: Windows
|
||||||
image: windows-2022
|
image: windows-2022
|
||||||
- os: macOS
|
- os: macOS
|
||||||
image: macos-11
|
image: macos-12
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue