mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
Bring Ubuntu current in README
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
d202f5dbf7
commit
aa4ee17ab4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ steps:
|
||||||
```yaml
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# test against latest update of each major Java version, as well as specific updates of LTS versions:
|
# test against latest update of each major Java version, as well as specific updates of LTS versions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue