Skip to content

Commit 87e0e4e

Browse files
committed
Update CrateDB in testing layer to 4.2.3.
1 parent a09c5ff commit 87e0e4e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

34-
- name: Set up Java
35-
uses: actions/setup-java@v1
36-
with:
37-
java-version: 11
38-
3934
- name: Install dependencies
4035
run: |
4136
python -m pip install --upgrade pip
@@ -58,4 +53,4 @@ jobs:
5853
- name: Test
5954
run: |
6055
bin/flake8
61-
JAVA_HOME=$JAVA_HOME_12_X64 bin/coverage run bin/test -vv1
56+
bin/coverage run bin/test -vv1

versions.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
crate_server = 4.0.2
2+
crate_server = 4.2.3
33

44
flake8 = 3.7.9
55
mccabe = 0.6.1

0 commit comments

Comments
 (0)