mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 04:54:14 +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
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '8', '11', '13', '15' ]
|
java: [ '8', '11', '17' ]
|
||||||
name: Java ${{ matrix.Java }} sample
|
name: Java ${{ matrix.Java }} sample
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue