Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Update Trino version to 395 (#87)
Browse files Browse the repository at this point in the history
* Update Trino version to 395

Supports whitewater-analytics/discuss#2819

Signed-off-by: Justin Eyster <Justin.Eyster@ibm.com>

* don't test with jdk versions 11 and 15 - no longer supported

Signed-off-by: Justin Eyster <Justin.Eyster@ibm.com>

Signed-off-by: Justin Eyster <Justin.Eyster@ibm.com>
  • Loading branch information
justineyster authored Sep 15, 2022
1 parent 502fc78 commit 69b7195
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
fail-fast: false
matrix:
java-version:
- 11
- 15
- 17
env:
MAVEN_SKIP_CHECKS_AND_DOCS: -Dair.check.skip-all=true -Dmaven.javadoc.skip=true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.trino</groupId>
<artifactId>trino-root</artifactId>
<version>390</version>
<version>395</version>
</parent>

<artifactId>trino-db2</artifactId>
Expand Down

0 comments on commit 69b7195

Please # to comment.