Skip to content

Commit

Permalink
(fix) upgrade sonarqube image to Java 21 , because Java 11 not suppor…
Browse files Browse the repository at this point in the history
…ted anymore
  • Loading branch information
ake2l committed Jan 21, 2024
1 parent 29fb89e commit 98aa94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
defaults:
run:
shell: bash
container: maven:3.9.6-amazoncorretto-21-al2023
container: maven:3.9-amazoncorretto-21
services:
mongodb:
image: mongo:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
defaults:
run:
shell: bash
container: maven:3.9.6-amazoncorretto-21-al2023
container: maven:3.9-amazoncorretto-21
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 98aa94b

Please sign in to comment.