Update README.md

This commit is contained in:
Gil Tene 2019-11-02 18:58:48 -07:00 committed by GitHub
parent 89a3e62acc
commit ac8e0ab20d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,8 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
strategy: strategy:
matrix: matrix:
java: [ 1.6, 7, 7.0.181, 8, 8.0.192, 9.0.x, 11.0.x, 11.0.3, 12, 13, 13.0.1 ] # test on latest update of each major Java version, as well as specific updates of each LTS:
java: [ 1.6, 6.0.83, 7, 7.0.181, 8, 8.0.192, 9, 10, 11.0.x, 11.0.3, 12, 13 ]
name: Java ${{ matrix.java }} sample name: Java ${{ matrix.java }} sample
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master