Build matrix for building

This commit is contained in:
Nanne Baars 2020-04-18 16:28:57 +02:00 committed by Nanne Baars
parent 3b7481c2a7
commit 561fb1f7f4
2 changed files with 40 additions and 38 deletions

View File

@ -2,6 +2,8 @@ services:
- docker - docker
language: java language: java
jdk: jdk:
- openjdk11
- openjdk12
- openjdk13 - openjdk13
install: "/bin/true" install: "/bin/true"
script: script:

View File

@ -37,7 +37,7 @@ Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/rel
java -jar webgoat-server-8.0.0.VERSION.jar [--server.port=8080] [--server.address=localhost] java -jar webgoat-server-8.0.0.VERSION.jar [--server.port=8080] [--server.address=localhost]
``` ```
The latest version of WebGoat needs Java 11. By default WebGoat starts on port 8080 with `--server.port` you can specify a different port. With `server.address` you The latest version of WebGoat needs Java 11 or above. By default WebGoat starts on port 8080 with `--server.port` you can specify a different port. With `server.address` you
can bind it to a different address (default localhost) can bind it to a different address (default localhost)