We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ed152 commit 9e5161fCopy full SHA for 9e5161f
.github/workflows/cross-version.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- java: [16, 17-ea, 18-ea]
+ java: [17, 18-ea]
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
0 commit comments