Skip to content

Commit

Permalink
Remove end-of-life mariadb 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 22, 2024
1 parent 47cf223 commit 77f375e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['3.2', '4.2', '5.0', 'main']
postgres-version: ['12', '16']
mariadb-version: ['10.3', '10.4']
mariadb-version: ['10.4']
exclude:
# Django <=4.0 doesn't support python 3.11 (https://docs.djangoproject.com/en/4.1/faq/install/)
- python-version: '3.11'
Expand All @@ -32,15 +32,6 @@ jobs:
- django-version: '3.2'
mariadb-version: '10.4'

- django-version: '4.2'
mariadb-version: '10.3'

- django-version: '5.0'
mariadb-version: '10.3'

- django-version: 'main'
mariadb-version: '10.3'

services:
postgres:
image: postgres:${{ matrix.postgres-version }}
Expand Down

0 comments on commit 77f375e

Please sign in to comment.