mirror of
https://github.com/actions/setup-java.git
synced 2025-03-13 09:37:03 +00:00
README example: JDK 17
This commit is contained in:
parent
8d22286106
commit
5a27739bf5
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '8', '11', '13', '15' ]
|
||||
java: [ '8', '11', '17' ]
|
||||
name: Java ${{ matrix.Java }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue