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 03c289c commit eaafdd7Copy full SHA for eaafdd7
.github/workflows/test-supported-java-versions.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
- java: [ '11', '17', '20', '21-ea', '22-ea']
+ java: [ '8', '11', '17', '20', '21-ea', '22-ea']
14
name: Test against Java ${{ matrix.java }}
15
steps:
16
- uses: actions/checkout@v4
0 commit comments