Skip to content

Commit

Permalink
fix error unexpected end of the stream within a double quoted scalar (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Nov 27, 2023
1 parent 58874a1 commit c137984
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,58 @@ on:
databases:
description: Databases to start up. Comma separated list of "name"
required: true
default: "[\"mysql-5.6\",\"mysql-5.7\",\"mysql-8\",\"percona-xtradb-cluster-5.7\",\"percona-xtradb-cluster-8.0\",\"postgres-9.5\",\"postgres-9\",\"postgres-10\",
\"postgres-11\",\"postgres-12\",\"postgres-13\",\"postgres-14\",\"postgres-15\",\"mariadb-10.2\",\"mariadb-10.3\",\"mariadb-10.4\",\"mariadb-10.5\",\"mariadb-10.6\",
\"mariadb-10.7\",\"mssql-2017\",\"mssql-2019\",\"mssql-2022\",\"H2Database-2.2\",\"crdb-20.2\",\"crdb-21.1\",\"crdb-21.2\",\"crdb-22.1\",\"edb-postgres-9.5\",\"edb-postgres-9.6\",
\"edb-postgres-10\",\"edb-postgres-11\",\"edb-postgres-12\",\"edb-postgres-13\",\"edb-postgres-14\",\"edb-edb-9.5\",\"edb-edb-9.6\",\"edb-edb-10\",\"edb-edb-11\",
\"edb-edb-12\",\"edb-edb-13\",\"edb-edb-14\",\"derby\",\"sqlite\",\"hsqldb-2.4\",\"hsqldb-2.5\",\"firebird-3\",\"firebird-4\",\"db2-luw\"]"
default: |
[
"mysql-5.6",
"mysql-5.7",
"mysql-8",
"percona-xtradb-cluster-5.7",
"percona-xtradb-cluster-8.0",
"postgres-9.5",
"postgres-9",
"postgres-10",
"postgres-11",
"postgres-12",
"postgres-13",
"postgres-14",
"postgres-15",
"mariadb-10.2",
"mariadb-10.3",
"mariadb-10.4",
"mariadb-10.5",
"mariadb-10.6",
"mariadb-10.7",
"mssql-2017",
"mssql-2019",
"mssql-2022",
"H2Database-2.2",
"crdb-20.2",
"crdb-21.1",
"crdb-21.2",
"crdb-22.1",
"edb-postgres-9.5",
"edb-postgres-9.6",
"edb-postgres-10",
"edb-postgres-11",
"edb-postgres-12",
"edb-postgres-13",
"edb-postgres-14",
"edb-edb-9.5",
"edb-edb-9.6",
"edb-edb-10",
"edb-edb-11",
"edb-edb-12",
"edb-edb-13",
"edb-edb-14",
"derby",
"sqlite",
"hsqldb-2.4",
"hsqldb-2.5",
"firebird-3",
"firebird-4",
"db2-luw"
]
jobs:
check_build_safety:
Expand Down

0 comments on commit c137984

Please sign in to comment.