Skip to content

Commit

Permalink
chore: Remove Github Action workflow - remove the support of version …
Browse files Browse the repository at this point in the history
…22.2-java11.
  • Loading branch information
andyhan committed May 11, 2024
1 parent 99aff44 commit d02b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
quarkus-mandrel_image: [quay.io/quarkus/ubi-quarkus-mandrel-builder-image]
quarkus-mandrel_version: [22.2-java11, jdk-17, jdk-21]
quarkus-mandrel_version: [jdk-17, jdk-21]

env:
MANDREL_FULL_IMAGE: ${{ matrix.quarkus-mandrel_image }}:${{ matrix.quarkus-mandrel_version }}
Expand Down

0 comments on commit d02b98d

Please sign in to comment.