Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test against Python 3.12 release (#16511) | Patrick Cloke | 2023-10-17 | 1 | -2/+2 |
| | |||||
* | Test against PostgreSQL 16. (#16351) | Patrick Cloke | 2023-09-18 | 1 | -1/+1 |
| | |||||
* | Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280) | V02460 | 2023-09-08 | 1 | -1/+1 |
| | |||||
* | Prepare unit tests for Python 3.12 (#16099) | V02460 | 2023-08-25 | 1 | -2/+1 |
| | |||||
* | Stop running sytest on buster/python3.7 (#15892) | Shay | 2023-07-07 | 1 | -5/+0 |
| | |||||
* | Remove support for Python 3.7 (#15851) | Eric Eastwood | 2023-07-05 | 1 | -5/+6 |
| | | | Fix https://github.com/matrix-org/synapse/issues/15836 | ||||
* | Add Sytest jobs with the asyncio reactor enabled (#14101) | Quentin Gliech | 2023-03-02 | 1 | -0/+15 |
| | |||||
* | Test against PostgreSQL 15 in CI (#14394) | Sean Quah | 2022-11-09 | 1 | -1/+1 |
| | | | | | Resolves #14170. Signed-off-by: Sean Quah <seanq@matrix.org> | ||||
* | Remove support for PostgreSQL 10 (#14392) | Sean Quah | 2022-11-08 | 1 | -1/+1 |
| | | | Signed-off-by: Sean Quah <seanq@matrix.org> | ||||
* | Revert a testing commit from #13812 | David Robertson | 2022-11-01 | 1 | -3/+3 |
| | | | | It (4f5d492cd6a9438de03d1b768f4c220cb662ac06) should have been reverted before the merge to develop. | ||||
* | Run trial tests against Python 3.11 (#13812) | David Robertson | 2022-11-01 | 1 | -5/+5 |
| | |||||
* | Deal with some GHA deprecation warnings (#14216) | David Robertson | 2022-10-18 | 1 | -2/+9 |
| | |||||
* | Reduce number of CI jobs run on PRs (#13713) | Erik Johnston | 2022-09-05 | 1 | -0/+128 |
* Reduce number of CI jobs run on PRs * Newsfile * Also limit sytest jobs * Fix typo * Fix up * Fixup |