Skip to content

Commit

Permalink
Merge pull request #8844 from element-hq/feature/valere/fix_sonar_ci
Browse files Browse the repository at this point in the history
Fix sonarqube CI error UnsupportedClassVersionError
  • Loading branch information
BillCarsonFr authored Jun 6, 2024
2 parents cafb43b + b5dbb91 commit b116ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
Expand Down

0 comments on commit b116ce3

Please sign in to comment.