Skip to content

Commit

Permalink
Update lint.yml (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 20, 2023
1 parent 4c55102 commit 34371b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 10
- 12
- 14
- 16
architecture:
- x64
# an extra windows-x86 run:
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.6', '3.7', '3.8', 'pypy-3.6', 'pypy-3.7']
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
name: 🍺 YAML Lint Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -55,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.6', '3.7', '3.8', 'pypy-3.6', 'pypy-3.7']
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
name: 🍷 Flake8 Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 34371b1

Please sign in to comment.