Skip to content

Commit eda8cc0

Browse files
committed
Test Calcite with Gradle wrapper version only
Calcite Avatica is known to be incompatible with recent Gradle.
1 parent 5bdcff1 commit eda8cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
gradle-version: [wrapper, rc, nightly]
21+
gradle-version: [wrapper]
2222
name: 'Calcite Avatica ${{ matrix.gradle-version }}'
2323
runs-on: ubuntu-latest
2424
steps:
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
gradle-version: [wrapper, rc, nightly]
66+
gradle-version: [wrapper]
6767
name: 'Calcite ${{ matrix.gradle-version }}'
6868
runs-on: ubuntu-latest
6969
steps:

0 commit comments

Comments
 (0)