We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88deabe commit fb9d72dCopy full SHA for fb9d72d
.github/workflows/gradle.yml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
9
os: [ubuntu-latest] #, windows-latest, macos-latest]
10
- jdk: [11]
+ jdk: [8]
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up JDK ${{ matrix.jdk }}
0 commit comments