Skip to content

Commit

Permalink
Merge pull request #904 from asottile/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
upgrade asottile/workflows
  • Loading branch information
asottile committed Oct 3, 2023
2 parents 083654e + d7113f3 commit 72041b1
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 @@ -8,12 +8,12 @@ on:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
with:
env: '["py38"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
with:
env: '["py38", "py39", "py310", "py311", "py312"]'
os: ubuntu-latest

0 comments on commit 72041b1

Please sign in to comment.