Skip to content

Commit 8e3b453

Browse files
committed
run only latest oracle test
1 parent 5371f79 commit 8e3b453

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,11 @@ jobs:
351351
RDBMS: oracle
352352
strategy:
353353
matrix:
354-
python-version: [ '3.7', '3.11']
354+
python-version:
355+
#- '3.7'
356+
- '3.11'
355357
django-version:
356-
- 'Django~=3.2.0' # LTS April 2024
358+
#- 'Django~=3.2.0' # LTS April 2024
357359
- 'Django~=4.2.0' # LTS April 2026
358360
exclude:
359361
- python-version: '3.7'

0 commit comments

Comments
 (0)