Skip to content

Commit

Permalink
OPSEXP-2949 Add JRE 21
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 6, 2024
1 parent 9507133 commit c3f797b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
flavor: rockylinux
major: 8
java_major: 17
- tomcat_major: 9
base_image:
flavor: rockylinux
major: 8
java_major: 21
- tomcat_major: 10
base_image:
flavor: rockylinux
Expand All @@ -53,6 +58,16 @@ jobs:
flavor: rockylinux
major: 9
java_major: 17
- tomcat_major: 10
base_image:
flavor: rockylinux
major: 8
java_major: 21
- tomcat_major: 10
base_image:
flavor: rockylinux
major: 9
java_major: 21
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit c3f797b

Please sign in to comment.