summary refs log tree commit diff
path: root/.ci/scripts/calculate_jobs.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test against Python 3.12 release (#16511)Patrick Cloke2023-10-171-2/+2
|
* Test against PostgreSQL 16. (#16351)Patrick Cloke2023-09-181-1/+1
|
* Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)V024602023-09-081-1/+1
|
* Prepare unit tests for Python 3.12 (#16099)V024602023-08-251-2/+1
|
* Stop running sytest on buster/python3.7 (#15892)Shay2023-07-071-5/+0
|
* Remove support for Python 3.7 (#15851)Eric Eastwood2023-07-051-5/+6
| | | Fix https://github.com/matrix-org/synapse/issues/15836
* Add Sytest jobs with the asyncio reactor enabled (#14101)Quentin Gliech2023-03-021-0/+15
|
* Test against PostgreSQL 15 in CI (#14394)Sean Quah2022-11-091-1/+1
| | | | | Resolves #14170. Signed-off-by: Sean Quah <seanq@matrix.org>
* Remove support for PostgreSQL 10 (#14392)Sean Quah2022-11-081-1/+1
| | | Signed-off-by: Sean Quah <seanq@matrix.org>
* Revert a testing commit from #13812David Robertson2022-11-011-3/+3
| | | | It (4f5d492cd6a9438de03d1b768f4c220cb662ac06) should have been reverted before the merge to develop.
* Run trial tests against Python 3.11 (#13812)David Robertson2022-11-011-5/+5
|
* Deal with some GHA deprecation warnings (#14216)David Robertson2022-10-181-2/+9
|
* Reduce number of CI jobs run on PRs (#13713)Erik Johnston2022-09-051-0/+128
* Reduce number of CI jobs run on PRs * Newsfile * Also limit sytest jobs * Fix typo * Fix up * Fixup