Skip to content

Commit

Permalink
#170: Add test for Poetry 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Feb 28, 2024
1 parent c2b3c97 commit f328dde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ jobs:
- '1.5.1'
- '1.6.1'
- '1.7.1'
- '1.8.1'
exclude:
- python-version: '3.7'
poetry-version: '1.6.1'
- python-version: '3.7'
poetry-version: '1.7.1'
- python-version: '3.7'
poetry-version: '1.8.1'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f328dde

Please sign in to comment.