mirror of
https://github.com/matrix-org/synapse.git
synced 2025-01-26 10:06:02 +00:00
[DO NOT MERGE] Run trial against 3.11 for this PR
This commit is contained in:
parent
b53c6a251b
commit
4f5d492cd6
@ -33,7 +33,7 @@ IS_PR = os.environ["GITHUB_REF"].startswith("refs/pull/")
|
|||||||
|
|
||||||
trial_sqlite_tests = [
|
trial_sqlite_tests = [
|
||||||
{
|
{
|
||||||
"python-version": "3.7",
|
"python-version": "3.11",
|
||||||
"database": "sqlite",
|
"database": "sqlite",
|
||||||
"extras": "all",
|
"extras": "all",
|
||||||
}
|
}
|
||||||
@ -52,7 +52,7 @@ if not IS_PR:
|
|||||||
|
|
||||||
trial_postgres_tests = [
|
trial_postgres_tests = [
|
||||||
{
|
{
|
||||||
"python-version": "3.7",
|
"python-version": "3.11",
|
||||||
"database": "postgres",
|
"database": "postgres",
|
||||||
"postgres-version": "10",
|
"postgres-version": "10",
|
||||||
"extras": "all",
|
"extras": "all",
|
||||||
@ -71,7 +71,7 @@ if not IS_PR:
|
|||||||
|
|
||||||
trial_no_extra_tests = [
|
trial_no_extra_tests = [
|
||||||
{
|
{
|
||||||
"python-version": "3.7",
|
"python-version": "3.11",
|
||||||
"database": "sqlite",
|
"database": "sqlite",
|
||||||
"extras": "",
|
"extras": "",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user