diff --git a/.github/workflows/basic-tests-old-pytorch.yml b/.github/workflows/basic-tests-old-pytorch.yml index 3a5a618..f186022 100644 --- a/.github/workflows/basic-tests-old-pytorch.yml +++ b/.github/workflows/basic-tests-old-pytorch.yml @@ -1,4 +1,4 @@ -name: Test PyTorch 2.0 and 2.4 +name: Test PyTorch 2.0 and 2.5 on: push: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - pytorch-version: [ 2.0.1, 2.4.0 ] + pytorch-version: [ 2.0.1, 2.5.0 ] steps: - uses: actions/checkout@v4