Skip to content

Commit

Permalink
Replace Python 3.8 with 3.11 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Mar 24, 2023
1 parent 71e58ed commit a83d95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- graphics-mpl
container:
- ghcr.io/oggm/untested_base:20230319
- ghcr.io/oggm/untested_base:py3.8
- ghcr.io/oggm/untested_base:py3.11
- ghcr.io/oggm/untested_base:py3.9
include:
- container: python:3.10-slim
- container: python:3.11-slim
test-env: minimal
runs-on: ubuntu-latest
container: ${{ matrix.container }}
Expand Down

0 comments on commit a83d95a

Please sign in to comment.