Skip to content

Commit

Permalink
CI: test more recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Dec 13, 2023
1 parent 601e49b commit e831962
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.3, 9.4, 9.5, 9.6, 9.7, 9.8, latest]
version: [9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 10.0, 10.1, 10.2, latest]

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

0 comments on commit e831962

Please sign in to comment.