Skip to content

Commit

Permalink
CI: correctly added SageMath 10.0 as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jul 23, 2023
1 parent 3dc055e commit d0cef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [9.1, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 10.0]
version: [9.1, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, latest]

container:
image: sagemath/sagemath:${{ matrix.version }}
Expand Down

0 comments on commit d0cef33

Please sign in to comment.