File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,10 @@ jobs:
3030 - [phoenix, 1.3-4.13]
3131 - [phoenix, 1.4-4.14]
3232 - [phoenix, 2.0-5.0]
33- - [hsqldb, 1.20.0]
34- - [hsqldb, 1.21.0]
35- - [hsqldb, 1.22.0]
3633 - [hsqldb, 1.23.0]
3734 - [hsqldb, 1.24.0]
35+ - [hsqldb, 1.25.0]
36+ - [hsqldb, 1.26.0]
3837
3938 runs-on : ubuntu-latest
4039
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- version : ' 3'
1716services :
1817 phoenix :
1918 image : ghcr.io/boostport/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}
2019
2120 hsqldb :
22- image : apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.24 .0}
21+ image : apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.26 .0}
2322 command : -u jdbc:hsqldb:mem:public
2423
2524 test :
You can’t perform that action at this time.
0 commit comments