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 0965b7a commit eb0c890Copy full SHA for eb0c890
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
distribution: temurin
24
cache: maven
25
- name: Build project
26
- run: ./mvnw verify -Pjava21 -Dnet.bytebuddy.experimental
+ run: ./mvnw verify -Pjava22 -Dnet.bytebuddy.experimental
27
continue-on-error: false
28
hotspot-supported:
29
name: Any (supported)
@@ -49,7 +49,7 @@ jobs:
49
strategy:
50
fail-fast: false
51
matrix:
52
- os: [ ubuntu-20.04, macos-11, windows-2022 ]
+ os: [ ubuntu-20.04, macos-12, windows-2022 ]
53
java: [ 8, 11 ]
54
runs-on: ${{ matrix.os }}
55
needs: [ extended ]
0 commit comments