Skip to content

Commit

Permalink
test_runner: update Postgres clients in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 2, 2024
1 parent aab06b0 commit 3cdf450
Show file tree
Hide file tree
Showing 17 changed files with 261 additions and 227 deletions.
2 changes: 1 addition & 1 deletion test_runner/pg_clients/java/jdbc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21
FROM openjdk:22
WORKDIR /source

COPY . .
Expand Down
2 changes: 1 addition & 1 deletion test_runner/pg_clients/python/pg8000/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pg8000==1.30.5
pg8000==1.31.2
scramp>=1.4.3
Loading

0 comments on commit 3cdf450

Please sign in to comment.