Commit 3eb181e 1 parent 5863e7f commit 3eb181e Copy full SHA for 3eb181e
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,10 @@ jobs:
30
30
- [phoenix, 1.3-4.13]
31
31
- [phoenix, 1.4-4.14]
32
32
- [phoenix, 2.0-5.0]
33
- - [hsqldb, 1.20.0]
34
- - [hsqldb, 1.21.0]
35
- - [hsqldb, 1.22.0]
36
33
- [hsqldb, 1.23.0]
37
34
- [hsqldb, 1.24.0]
35
+ - [hsqldb, 1.25.0]
36
+ - [hsqldb, 1.26.0]
38
37
39
38
runs-on : ubuntu-latest
40
39
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- version : ' 3'
17
16
services :
18
17
phoenix :
19
18
image : ghcr.io/boostport/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}
20
19
21
20
hsqldb :
22
- image : apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.24 .0}
21
+ image : apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.26 .0}
23
22
command : -u jdbc:hsqldb:mem:public
24
23
25
24
test :
You can’t perform that action at this time.
0 commit comments