Skip to content

Commit

Permalink
GitHub Actions: Rename py311-ubuntu environment for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Mar 16, 2024
1 parent 30b4a3b commit 29abe3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- py38-pyqt63-ubuntu
- py39-windows
- py310-pyqt64-ubuntu
- py311-ubuntu
- py311-pyqt65-ubuntu
- py312-ubuntu
include:
- environment: py36-pyqt61-ubuntu2004
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
pyqt: PyQt6~=6.4.0 PyQt6-Qt6~=6.4.0
pygments: Pygments
platform: ubuntu-latest
- environment: py311-ubuntu
- environment: py311-pyqt65-ubuntu
python: '3.11'
pyqt: PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0
pygments: Pygments
Expand Down

0 comments on commit 29abe3f

Please sign in to comment.