jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.42k stars 333 forks source link

Switch Django dev in CI to Postgres 12 and MariaDB 10.4 #613

Closed joshuadavidthomas closed 1 year ago

joshuadavidthomas commented 1 year ago

Adds postgres-version and mariadb-version to CI job matrix and restricts django-version to running the lowest supported DB version for that release of Django.

Django development supports Postgres >12 and MariaDB >10.4, so in CI those two tox envs were failing across all Python versions:

___________________________________ summary ____________________________________
  py310-djmain-sqlite3: commands succeeded
  py310-djmain-mysql: ignored failed command
  py310-djmain-postgresql: ignored failed command
  congratulations :)

[https://docs.djangoproject.com/en/dev/ref/databases/#postgresql-notes]() [https://docs.djangoproject.com/en/dev/ref/databases/#mariadb-notes]()

codecov[bot] commented 1 year ago

Codecov Report

Merging #613 (75239c7) into master (4934ffe) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #613   +/-   ##
=======================================
  Coverage   84.63%   84.63%           
=======================================
  Files          52       52           
  Lines        2076     2076           
=======================================
  Hits         1757     1757           
  Misses        319      319           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more