Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Include java 11 build for CodeQL
  • Loading branch information
satyrnidae authored Feb 21, 2022
1 parent 44418f9 commit 5c04e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# Use these Java versions
java: [ 1.8 ]
java: [ 1.8, 11 ]
# and run on both Linux and Windows
os: [ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5c04e29

Please sign in to comment.