Skip to content

Commit

Permalink
upgrade easy mock versions and enable tests against Java 17.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423400922
  • Loading branch information
java-team-github-bot authored and Guice Team committed Jan 21, 2022
1 parent c4854d5 commit 6d50309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8, 11, 15]
java: [8, 11, 15, 17]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8, 11, 15]
java: [8, 11, 15, 17]
fail-fast: false
max-parallel: 4
name: Bazel Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6d50309

Please sign in to comment.