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

Commit

Permalink
Update Trino to 390 (#20)
Browse files Browse the repository at this point in the history
Supports discuss#2798

Signed-off-by: Justin Eyster <[email protected]>
  • Loading branch information
justineyster authored Jul 20, 2022
1 parent f19a616 commit d03ae85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
java-version:
- 11
- 15
- 17
env:
MAVEN_FAST_INSTALL: "-B -V --quiet -T C1 -DskipTests -Dair.check.skip-all"
steps:
Expand All @@ -34,7 +35,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.java-version == '11' }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.java-version == '17' }}
with:
files: |
target/trino-event-stream-*.zip
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>373</version>
<version>390</version>
</parent>

<artifactId>trino-event-stream</artifactId>
Expand Down

0 comments on commit d03ae85

Please sign in to comment.