Skip to content

Commit 15ec94f

Browse files
authored
revert
1 parent 5fba34b commit 15ec94f

4 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/django-spanner-django5.2_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
outputs:
2222
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2323
steps:
24-
- uses: actions/checkout@v6
25-
- uses: dorny/paths-filter@v4
24+
- uses: actions/checkout@v4
25+
- uses: dorny/paths-filter@v3
2626
id: filter
2727
with:
2828
filters: |
@@ -68,11 +68,11 @@ jobs:
6868

6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@v6
71+
uses: actions/checkout@v4
7272
- name: Setup Python
73-
uses: actions/setup-python@v6
73+
uses: actions/setup-python@v5
7474
with:
75-
python-version: "3.14"
75+
python-version: "3.10"
7676
- name: Run Django tests
7777
run: sh django_test_suite_5.2.sh
7878
env:

.github/workflows/django-spanner-foreign_keys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v6
4949
with:
50-
python-version: "3.14"
50+
python-version: "3.10"
5151
- name: Run Django foreign key test
5252
run: sh foreign_key_test.sh
5353
env:

.github/workflows/django-spanner-integration-tests-against-emulator-3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python 3.10
4949
uses: actions/setup-python@v6
5050
with:
51-
python-version: "3.14"
51+
python-version: "3.10"
5252
- name: Install nox
5353
run: python -m pip install nox
5454
- name: Run nox

.github/workflows/django-spanner-mockserver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python 3.12
4242
uses: actions/setup-python@v6
4343
with:
44-
python-version: "3.14"
44+
python-version: "3.12"
4545
- name: Install nox
4646
run: python -m pip install nox
4747
- name: Run nox

0 commit comments

Comments
 (0)