Skip to content

Commit

Permalink
Just build on Java 11
Browse files Browse the repository at this point in the history
Still not there for Java 17...
  • Loading branch information
andreaceccanti committed Nov 3, 2021
1 parent 1529049 commit 56b570e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
java-version: [11,17]
java-version: [11]

runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Sonar analysis

on:

pull_request:
types: [opened, edited, reopened, synchronize]

Expand Down

0 comments on commit 56b570e

Please sign in to comment.