Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Nov 5, 2023
1 parent e964cce commit 4d3f252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
docker-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: docker/[email protected]
- uses: docker/[email protected]
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:

jobs:
code-format:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.11']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -30,13 +30,14 @@ jobs:
- run: pipenv graph
- run: pipenv run black --check .
tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d3f252

Please sign in to comment.