fix: changed poetry version

This commit is contained in:
Gabriel Almeida 2023-03-28 19:31:56 -03:00
commit a5ffa72855
3 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,7 @@ on:
pull_request:
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.0"
jobs:
build:

View file

@ -10,7 +10,7 @@ on:
- "pyproject.toml"
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.0"
jobs:
if_release:

View file

@ -7,7 +7,7 @@ on:
branches: [dev]
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.0"
jobs:
build:
@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps: