Skip to content

Commit

Permalink
#178 fix debian 11 java 11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
blalop committed Jul 29, 2022
1 parent 3db1a12 commit b12dcdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ env:
- DOCKER_IMAGE_BASE=debian:buster-slim JDK_MAJOR=11 JDK_VERSION=11.0.16+8-1~deb10u1
DOCKER_TAG_TO_PUBLISH=11.0.16-buster-openjdk-headless
- DOCKER_IMAGE_BASE=debian:bullseye-slim DOCKER_TAG_TO_PUBLISH=11-bullseye-openjdk-headless
- DOCKER_IMAGE_BASE=debian:bullseye-slim JDK_MAJOR=11 JDK_VERSION=11.0.15+10-1~deb11u1
DOCKER_TAG_TO_PUBLISH=11.0.15-bullseye-openjdk-headless
- DOCKER_IMAGE_BASE=debian:bullseye-slim JDK_MAJOR=11 JDK_VERSION=11.0.16+8-1~deb11u1
DOCKER_TAG_TO_PUBLISH=11.0.16-bullseye-openjdk-headless

- DOCKER_IMAGE_BASE=ubuntu:bionic DOCKER_TAG_TO_PUBLISH=11-bionic-openjdk-headless
- DOCKER_IMAGE_BASE=ubuntu:bionic JDK_MAJOR=11 JDK_VERSION=11.0.15+10-0ubuntu0.18.04.1
Expand All @@ -52,7 +52,7 @@ env:
# Java 17
- DOCKER_IMAGE_BASE=ubuntu:focal DOCKER_TAG_TO_PUBLISH=17-focal-openjdk-headless
- DOCKER_IMAGE_BASE=ubuntu:focal JDK_MAJOR=17 JDK_VERSION=17.0.3+7-0ubuntu0.20.04.1
DOCKER_TAG_TO_PUBLISH=17.0.1-focal-openjdk-headless
DOCKER_TAG_TO_PUBLISH=17.0.3-focal-openjdk-headless
script:
- pipenv run molecule test --scenario-name=${JDK_VENDOR:-default}
notifications:
Expand Down

0 comments on commit b12dcdf

Please sign in to comment.