We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 667ee00 + f8dafc3 commit a5e9c0fCopy full SHA for a5e9c0f
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-18.04, windows-2019]
+ os: [ubuntu-20.04, windows-2019]
15
java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
16
runs-on: ${{ matrix.os }}
17
steps:
0 commit comments