Skip to content

Commit

Permalink
housekeeping - update java version (#431)
Browse files Browse the repository at this point in the history
* housekeeping - update java version

* housekeeping - fix docker image prefix
  • Loading branch information
sparsick authored Oct 8, 2020
1 parent 5ad79bd commit efee2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdkbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
openjdk:
strategy:
matrix:
jdk: [8-slim, 11-slim, 13, 14]
jdk: [8-slim, 11-slim, 15, 16]
name: "OpenJDK ${{ matrix.jdk }}"
runs-on: ubuntu-latest
container: "maven:3.6.3-jdk-${{ matrix.jdk }}"
container: "maven:3.6.3-openjdk-${{ matrix.jdk }}"
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
Expand Down

0 comments on commit efee2d1

Please sign in to comment.