Skip to content

Commit

Permalink
updated .travis to min jdk = 22
Browse files Browse the repository at this point in the history
  • Loading branch information
aploese committed Apr 9, 2024
1 parent 43fc12a commit b3e829d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ matrix:
- os: linux
dist: focal
arch: amd64
jdk: oraclejdk11
jdk: oraclejdk22
- os: linux
dist: focal
arch: amd64
jdk: openjdk11
jdk: openjdk22
- os: linux
dist: focal
arch: arm64
jdk: openjdk11
jdk: openjdk22
- os: linux
dist: focal
arch: ppc64le
jdk: openjdk11
jdk: openjdk22
- os: linux
dist: focal
arch: s390x
jdk: openjdk11
# - os: windows
# jdk: openjdk11
# - os: windows
# jdk: oraclejdk11
jdk: openjdk22
- os: windows
jdk: openjdk22
- os: windows
jdk: oraclejdk22
sudo: false
cache:
directories:
- $HOME/.m2
- $HOME/.m2

0 comments on commit b3e829d

Please sign in to comment.