diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81409b7..60ba35e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 with: repository: singlestore-labs/django - ref: singlestore-test-4.2.x + ref: singlestore-test-5.0.x path: testrepo - name: Generate matrix JSON @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 with: repository: singlestore-labs/django - ref: singlestore-test-4.2.x + ref: singlestore-test-5.0.x path: testrepo - name: Set up Python