Skip to content

Commit 3eb181e

Browse files
committed
[CALCITE-6860] Test against new Avatica versions
1 parent 5863e7f commit 3eb181e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/tests.yaml

+2-3
Original file line numberDiff line numberDiff 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

docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '3'
1716
services:
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:

0 commit comments

Comments
 (0)