We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7edaf commit 64f98edCopy full SHA for 64f98ed
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
- os: ubuntu-latest
44
java: 20-ea
45
experimental: true
46
+ - os: ubuntu-latest
47
+ java: 21-ea
48
+ experimental: true
49
runs-on: ${{ matrix.os }}
50
continue-on-error: ${{ matrix.experimental }}
51
steps:
0 commit comments