We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d119ba8 commit 0947280Copy full SHA for 0947280
.travis.yml
@@ -3,8 +3,8 @@ language: java
3
sudo: false
4
5
jdk:
6
- - oraclejdk9
7
- - oraclejdk11
+ - openjdk11
+ - openjdk17
8
9
install: true
10
@@ -13,8 +13,8 @@ global:
13
- secure: iI7IpfDtS+LUyS2yNuRCR3KelNyvBHuoMQ3gb1UNmR5SSL7jO/p3olQWrQROs28FJ+dpE3lHyIjoHrebKQGJHHAgTG2XWxn+G3fDsf+wSSFSLoDGj0o2SgGXooBbR2dccnNZHCyQaOyE2cIPWaOxrQZFE4No70LQB4mrP/gdkoc=
14
matrix:
15
include:
16
- - jdk: oraclejdk8
17
- env: STRUTS_IT=true # do integration tests and coverage reports when jdk 9 and 11 tests prospered
+ - jdk: openjdk8
+ env: STRUTS_IT=true # do integration tests and coverage reports when jdk 11 and 17 tests prospered
18
19
script:
20
- if [ "$STRUTS_IT" == "true" ]; then
0 commit comments