Skip to content

Commit

Permalink
Testing with java 11 only
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Fissore <[email protected]>
  • Loading branch information
ffissore committed Jul 9, 2022
1 parent 974e598 commit 095685a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ "11", "17" ]
java: [ "11" ]
name: Test with java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 095685a

Please sign in to comment.