Skip to content

Commit

Permalink
Remove Ruby 2.6 and Python 2.7 from workflows (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Sep 16, 2022
1 parent 5544d5f commit 2be65b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['2.7', '3.6', '3.7', '3.8', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7']
python-version: ['3.6', '3.7', '3.8', 'pypy-3.6', 'pypy-3.7']
name: 🍺 YAML Lint Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['2.7', '3.6', '3.7', '3.8', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7']
python-version: ['3.6', '3.7', '3.8', 'pypy-3.6', 'pypy-3.7']
name: 🍷 Flake8 Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7']
ruby: ['2.7']
name: β˜• Rubocop Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7']
ruby: ['2.7']
name: β˜• Markdownlint Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2be65b3

Please sign in to comment.