Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Sep 24, 2023
1 parent a5799bd commit 96b2993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ jobs:
with:
java-version: ${{ inputs.jdk }}
distribution: temurin
- name: Bump Guava version to 32.1.2-jre
run: |
mvn -s .github/maven-ci-settings.xml dependency:tree -D includes=com.google.* -B
sed -i 's/30.1.1-jre/32.1.2-jre/' ~/.m2/repository/io/vertx/vertx-dependencies/5.0.0-SNAPSHOT/*.pom
mvn -s .github/maven-ci-settings.xml dependency:tree -D includes=com.google.* -B
- name: Run tests
run: mvn -s .github/maven-ci-settings.xml -q clean verify -B

0 comments on commit 96b2993

Please sign in to comment.