Skip to content

Commit ef2c52b

Browse files
committed
remove version 19 from oracle CI matrix
1 parent caee97b commit ef2c52b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
RDBMS: oracle
318318
strategy:
319319
matrix:
320-
python-version: ['3.8', '3.12']
320+
python-version: ['3.8', '3.10', '3.12']
321321
django-version:
322322
- '3.2' # LTS April 2024
323323
- '4.2' # LTS April 2026
@@ -328,8 +328,16 @@ jobs:
328328
exclude:
329329
- python-version: '3.8'
330330
django-version: '5.0'
331+
- python-version: '3.10'
332+
django-version: '5.0'
333+
- python-version: '3.10'
334+
django-version: '3.2'
331335
- python-version: '3.12'
332336
django-version: '3.2'
337+
- python-version: '3.12'
338+
django-version: '4.2'
339+
- python-version: '3.8'
340+
django-version: '4.2'
333341
- django-version: '3.2'
334342
oracle-version: 'latest'
335343
- django-version: '4.2'

0 commit comments

Comments
 (0)