Skip to content

Commit

Permalink
update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n2ygk committed May 29, 2024
1 parent d17da19 commit 4f791d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install graphviz
run: sudo apt-get install -y graphviz libgraphviz-dev

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -37,6 +37,6 @@ jobs:
run: tox -vv

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
name: Python ${{ matrix.python-version }}

0 comments on commit 4f791d7

Please sign in to comment.