Skip to content

Commit

Permalink
Sage CI: add 10.3 to versions tested as latest is now 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jul 20, 2024
1 parent 4dacd18 commit c522727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sage_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, 10.1, 10.2, latest]
version: [9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 10.1, 10.2, 10.3, latest]

container:
image: sagemath/sagemath:${{ matrix.version }}
Expand All @@ -20,7 +20,7 @@ jobs:
run: sage --version

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PLink
run:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
cd /__w/SnapPy/SnapPy/doc_src
sage -python -m sphinx -b html -E -d _build/doctrees . _build/doc
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: doc
path: /__w/SnapPy/SnapPy/doc_src/_build/doc/*

0 comments on commit c522727

Please sign in to comment.